DialogButton.ParentDialog 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.
A reference to the Dialog that this button is on.
public:
property Microsoft::MixedReality::Toolkit::UI::Dialog ^ ParentDialog { Microsoft::MixedReality::Toolkit::UI::Dialog ^ get(); void set(Microsoft::MixedReality::Toolkit::UI::Dialog ^ value); };
public Microsoft.MixedReality.Toolkit.UI.Dialog ParentDialog { get; set; }
member this.ParentDialog : Microsoft.MixedReality.Toolkit.UI.Dialog with get, set
Public Property ParentDialog As Dialog