PropertyValue.HasSubProperties Property
When overridden in a derived class, gets a value indicating whether this property value supports sub-properties.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property HasSubProperties As Boolean
Get
public abstract bool HasSubProperties { get; }
public:
virtual property bool HasSubProperties {
bool get () abstract;
}
abstract HasSubProperties : bool
abstract function get HasSubProperties () : boolean
Property Value
Type: System.Boolean
true if the PropertyValue supports sub-properties; otherwise, false.
Remarks
A typical implementation can use a TypeConverter to determine whether sub-properties are supported. If this property value contains sub-properties, they are stored in the SubProperties property.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace