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