DisableZoomDestination Property (BookmarksTree)
In This Topic
Syntax
'Declaration
Public Property DisableZoomDestination As Boolean
public bool DisableZoomDestination {get; set;}
public read-write property DisableZoomDestination: Boolean;
public function get,set DisableZoomDestination : boolean
public: __property bool get_DisableZoomDestination();
public: __property void set_DisableZoomDestination(
bool value
);
public:
property bool DisableZoomDestination {
bool get();
void set ( bool value);
}
See Also