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