WDropDownFormField Class
Summary description for WDropDownFormField.
Inheritance
System.Object
Syncfusion.DocIO.DLS.XML.XDLSSerializableBase
WDropDownFormField
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class WDropDownFormField : WFormField, IXDLSSerializable, IOfficeRun, IStringWidget, ISplitLeafWidget, ITextMeasurable, IWField, IWTextRange, IParagraphItem, IEntity, ILeafWidget, IWidget
Constructors
WDropDownFormField(IWordDocument)
Initializes a new instance of the WDropDownFormField class.
Declaration
public WDropDownFormField(IWordDocument doc)
Parameters
Type | Name | Description |
---|---|---|
IWordDocument | doc |
Properties
DropDownItems
Gets drop down items.
Declaration
public WDropDownCollection DropDownItems { get; }
Property Value
Type |
---|
WDropDownCollection |
DropDownSelectedIndex
Gets/sets selected drop down index.
Declaration
public int DropDownSelectedIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
EntityType
Gets the type of the entity.
Declaration
public override EntityType EntityType { get; }
Property Value
Type | Description |
---|---|
EntityType | The EntityType of the current item. |
Overrides
Methods
CloneImpl()
Declaration
protected override object CloneImpl()
Returns
Type |
---|
System.Object |
Overrides
CreateLayoutInfo()
Declaration
protected override void CreateLayoutInfo()
Overrides
InitXDLSHolder()
Registers child objects in XDSL holder.
Declaration
protected override void InitXDLSHolder()