ISelectionSelectionCategory Property |
SelectionCategory (list item)
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIListTextItem SelectionCategory { get; set; }
Property SelectionCategory As IListTextItem
Get
Set
Dim instance As ISelection
Dim value As IListTextItem
value = instance.SelectionCategory
instance.SelectionCategory = value
property IListTextItem^ SelectionCategory {
IListTextItem^ get ();
void set (IListTextItem^ value);
}
Property Value
Type:
IListTextItem
See Also