ItemDrawInfo Class

 

Information for a single list item in a list field.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

System::Object
  Microsoft.VisualStudio.Modeling.Diagrams::ItemDrawInfo

public ref class ItemDrawInfo 

NameDescription
System_CAPS_pubmethodItemDrawInfo()

Initializes a new instance of the ItemDrawInfo class.

NameDescription
System_CAPS_pubpropertyAlternateFont

Gets or sets the desire to use the alternate font for this list item.

System_CAPS_pubpropertyDisabled

Gets or sets the disabled state of the list item.

System_CAPS_pubpropertyImage

Gets or sets the image for the list item.

System_CAPS_pubpropertyImageMargin

Gets or sets the image margin - the spacing between image and text - for the list item.

System_CAPS_pubpropertyIndent

Gets or sets the margin from the left side of the list field to the left side of the item image (or item text if no image exists).

System_CAPS_pubpropertyStringFormat

Gets or sets the StringFormat of this list item

System_CAPS_pubpropertyText

Gets or sets the text of the list item.

NameDescription
System_CAPS_pubmethodClear()

Clears the item information.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: