PrintPreviewDialog.Tag 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定物件,其包含控制項相關資料。
public:
property System::Object ^ Tag { System::Object ^ get(); void set(System::Object ^ value); };
[System.ComponentModel.Browsable(false)]
public object Tag { get; set; }
[System.ComponentModel.Browsable(false)]
public object? Tag { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Tag : obj with get, set
Public Property Tag As Object
屬性值
物件,包含有關控制項的資料。 預設為 null
。
- 屬性
備註
這個屬性與這個類別無關。
擷取或指派目前與樹狀節點相關聯的資料。 任何物件衍生的類型都可以指派給這個屬性。 如果透過Windows Forms設計工具設定此屬性,則只能指派文字。