SOApplicationClassCurrentSelection Property |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual ISelection CurrentSelection { get; }
Public Overridable ReadOnly Property CurrentSelection As ISelection
Get
Dim instance As SOApplicationClass
Dim value As ISelection
value = instance.CurrentSelection
public:
virtual property ISelection^ CurrentSelection {
ISelection^ get ();
}
Property Value
Type:
ISelectionImplements
IApplicationCurrentSelection
See Also