public static bool ToggleEnabled( Control ctrl )
Public Shared Function ToggleEnabled ( ctrl As Control ) As Boolean Dim ctrl As Control Dim returnValue As Boolean returnValue = ControlIterator.ToggleEnabled(ctrl)
public: static bool ToggleEnabled( Control^ ctrl )
static member ToggleEnabled : ctrl : Control -> bool
No code example is currently available or this language may not be supported.
In This Article