RightToLeftLayout Property (BookmarksTree)
In This Topic
Specifies whether the bookmarks should be laid out from right-to-left.
Syntax
'Declaration
Public Property RightToLeftLayout As Boolean
public bool RightToLeftLayout {get; set;}
public read-write property RightToLeftLayout: Boolean;
public function get,set RightToLeftLayout : boolean
public: __property bool get_RightToLeftLayout();
public: __property void set_RightToLeftLayout(
bool value
);
public:
property bool RightToLeftLayout {
bool get();
void set ( bool value);
}
See Also