OnClientFullScreenChanged Property
In This Topic
Occurs after the full screen mode is changed.
Syntax
'Declaration
Public Property OnClientFullScreenChanged As System.String
'Usage
Dim instance As ViewerBase
Dim value As System.String
instance.OnClientFullScreenChanged = value
value = instance.OnClientFullScreenChanged
public System.string OnClientFullScreenChanged {get; set;}
public read-write property OnClientFullScreenChanged: System.String;
public function get,set OnClientFullScreenChanged : System.String
public: __property System.string* get_OnClientFullScreenChanged();
public: __property void set_OnClientFullScreenChanged(
System.string* value
);
public:
property System.String^ OnClientFullScreenChanged {
System.String^ get();
void set ( System.String^ value);
}
See Also