TextboxExtrasGetSelection Method |
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprivate static Tuple<int, int> GetSelection(
Control c
)
Private Shared Function GetSelection (
c As Control
) As Tuple(Of Integer, Integer)
private:
static Tuple<int, int>^ GetSelection(
Control^ c
)
private static member GetSelection :
c : Control -> Tuple<int, int>
Parameters
- c
- Type: System.Windows.FormsControl
Return Value
Type:
TupleInt32,
Int32
See Also