conaito Office2Silverlight SDK
Gets or sets a value indicating whether [show fullscreen button].
Namespace: Conaito.Office2SilverlightAssembly: office2silverlight (in office2silverlight.exe) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public bool ShowFullscreenButton { get; set; } |
Visual Basic |
---|
Public Property ShowFullscreenButton As Boolean
Get
Set |
Visual C++ |
---|
public:
property bool ShowFullscreenButton {
bool get ();
void set (bool value);
} |
Field Value
true if [show fullscreen button]; otherwise,
false.
See Also