IApplicationCurrentSelection Property |
The selection that is displayed in the Selection panel in the SOCRM window.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxISelection CurrentSelection { get; }
ReadOnly Property CurrentSelection As ISelection
Get
Dim instance As IApplication
Dim value As ISelection
value = instance.CurrentSelection
property ISelection^ CurrentSelection {
ISelection^ get ();
}
Property Value
Type:
ISelection
See Also