Bagikan melalui


DocumentBase.UserControl Properti

Definisi

Mendapatkan atau menetapkan nilai yang menunjukkan apakah dokumen atau aplikasi dibuat atau dibuka oleh pengguna.

public:
 property bool UserControl { bool get(); void set(bool value); };
public bool UserControl { get; set; }
member this.UserControl : bool with get, set
Public Property UserControl As Boolean

Nilai Properti

true jika dokumen atau aplikasi dibuat atau dibuka oleh pengguna; false jika dokumen atau aplikasi dibuat atau dibuka secara terprogram dari aplikasi Microsoft Office lain dengan Microsoft.Office.Interop.Word.Documents.Open(System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@) metode atau VBA. Interaction.CreateObject atau VBA. Metode Interaction.GetObject.

Keterangan

Jika Microsoft Office Word terlihat oleh pengguna, atau jika Anda menggunakan UserControl properti objek atau DocumentBase dari dalam kustomisasi kode Word, properti ini akan selalu mengembalikan trueApplication .

Berlaku untuk