_OlkCommandButton.DisplayDropArrow 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.
Returns or sets a Boolean (bool in C#) that enables the rendering of a downward-pointing arrow on the button. Read/write.
public:
property bool DisplayDropArrow { bool get(); void set(bool value); };
public bool DisplayDropArrow { get; set; }
Public Property DisplayDropArrow As Boolean
Property Value
Remarks
This arrow is rendered on the right on the button in languages written left-to-right and on the left in languages written right-to-left. True to render the arrow on the button, False to disable the rendering.