The Portrate Interview Engine

InterviewControl.BookmarkOrientation Property

Get/set the orientation of the bookmarks

[Visual Basic]
Public Property BookmarkOrientation As String
[C#]
public string BookmarkOrientation { get; set; }
[C++]
public: __property String* get_BookmarkOrientation();
public: __property void set_BookmarkOrientation(String* );
[JScript]
public function get BookmarkOrientation() : String
public function set BookmarkOrientation(String);

See Also

InterviewControl Class | Portrate.Interview Namespace