PDFView4NET WPF Edition
Focusable Property




O2S.Components.PDFView4NET.WPF Namespace > PDFPageView Class : Focusable Property
Gets or sets a value that indicates whether the element can receive focus. This is a dependency property.
Syntax
'Declaration
 
Public Shadows Property Focusable As Boolean
'Usage
 
Dim instance As PDFPageView
Dim value As Boolean
 
instance.Focusable = value
 
value = instance.Focusable
public new bool Focusable {get; set;}
public: __property new bool get_Focusable();
public: __property new void set_Focusable( 
   bool value
);
public:
new property bool Focusable {
   bool get();
   void set (    bool value);
}

Property Value

true if the element is focusable; otherwise false. The default is true.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFPageView Class
PDFPageView Members