EbsOpen Class Library for EBSILON®Professional

ApplicationEdit.ShowFlagValueInFrontOfText Property

[Visual Basic]
Public Property ShowFlagValueInFrontOfText As Boolean
[C#]
public bool ShowFlagValueInFrontOfText { get; set; }
[C++]
public: __property bool get_ShowFlagValueInFrontOfText();
public: __property void set_ShowFlagValueInFrontOfText(bool );
[JScript]
public function get ShowFlagValueInFrontOfText() : bool
public function set ShowFlagValueInFrontOfText(bool);

Remarks

Reading / Writing: enable to show flag-value in front of the text (instead of behind it)

See Also

ApplicationEdit Class | EbsOpen Namespace