'Declaration Public Property InteractionMode As DocumentInteractionMode
public DocumentInteractionMode InteractionMode { get; set; }
public: __property DocumentInteractionMode get_InteractionMode(); public: __property void set_InteractionMode(
DocumentInteractionMode value
);
public:
property DocumentInteractionMode InteractionMode { DocumentInteractionMode get(); void set(DocumentInteractionMode value); }
Property Value
Значение по умолчанию - DocumentInteractionMode.Edit.