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