SelectionContext.KnownSelectionStates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Override to define the set of supported selection states, ordering determines which states will be checked first.
protected:
abstract property System::Collections::ICollection ^ KnownSelectionStates { System::Collections::ICollection ^ get(); };
protected abstract System.Collections.ICollection KnownSelectionStates { get; }
member this.KnownSelectionStates : System.Collections.ICollection
Protected MustOverride ReadOnly Property KnownSelectionStates As ICollection