Visual Basic (Declaration) | |
---|---|
Public Property modalwindowButton As Nullable(Of ModalWindowButton) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ModalWindowEventArgs Dim value As Nullable(Of ModalWindowButton) instance.modalwindowButton = value value = instance.modalwindowButton |
C# | |
---|---|
public Nullable<ModalWindowButton> modalwindowButton {get; set;} |
C++/CLI | |
---|---|
public: property Nullable<ModalWindowButton> modalwindowButton { Nullable<ModalWindowButton> get(); void set ( Nullable<ModalWindowButton> value); } |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2