public static ReadOnlyCollection<NativeToolBarButton> HiddenButtons { get; }
Public Shared ReadOnly Property HiddenButtons As ReadOnlyCollection(Of NativeToolBarButton)
Get
Dim value As ReadOnlyCollection(Of NativeToolBarButton)
value = UtilNotificationArea.HiddenButtons
public:
static property ReadOnlyCollection<NativeToolBarButton>^ HiddenButtons {
ReadOnlyCollection<NativeToolBarButton>^ get ();
}
static member HiddenButtons : ReadOnlyCollection<NativeToolBarButton> with get
No code example is currently available or this language may not be supported.