_OlkCommandButton.DisplayDropArrow Property

Definition

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.

Applies to