PropertyItem Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents a property to be displayed in a smart tag panel.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Class PropertyItem _
    Inherits MenuBase
'Usage
Dim instance As PropertyItem
public class PropertyItem : MenuBase
public ref class PropertyItem : public MenuBase
public class PropertyItem extends MenuBase
type PropertyItem =  
    class
        inherit MenuBase
    end

Inheritance Hierarchy

System.Object
  Microsoft.Windows.Design.Interaction.MenuBase
    Microsoft.Windows.Design.Interaction.PropertyItem

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

PropertyItem Members

Microsoft.Windows.Design.Interaction Namespace