public static TaskbarState State { get; set; }
Public Shared Property State As TaskbarState
Get
Set
Dim value As TaskbarState
value = UtilTaskBar.State
UtilTaskBar.State = value
public:
static property TaskbarState State {
TaskbarState get ();
void set (TaskbarState value);
}
static member State : TaskbarState with get, set
No code example is currently available or this language may not be supported.