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