OpenDocumentOptions.Activate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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