DomainUpDown.InlineShape 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.
Gets the underlying InlineShape of the DomainUpDown.
public:
property Microsoft::Office::Interop::Word::InlineShape ^ InlineShape { Microsoft::Office::Interop::Word::InlineShape ^ get(); };
public Microsoft.Office.Interop.Word.InlineShape InlineShape { get; }
member this.InlineShape : Microsoft.Office.Interop.Word.InlineShape
Public ReadOnly Property InlineShape As InlineShape
Property Value
The underlying InlineShape of the DomainUpDown.
Remarks
The InlineShape property enables you to get the exact position of the control on the document.
If the wrapping style of the control is not set to In line with text, the InlineShape property returns null
.