Share via


OpenDocumentOptions.Activate Property

Definition

Gets a value indicating whether to activate the document after opening by sending an expicit focus.

public:
 property Nullable<bool> Activate { Nullable<bool> get(); };
[System.Runtime.Serialization.DataMember(Order=4)]
public bool? Activate { get; }
[<System.Runtime.Serialization.DataMember(Order=4)>]
member this.Activate : Nullable<bool>
Public ReadOnly Property Activate As Nullable(Of Boolean)

Property Value

Attributes

Applies to