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