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