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