public UndoRedoComboBoxEvents Events { get; set; }
Public Property Events As UndoRedoComboBoxEvents
Get
Set
Dim instance As UndoRedoComboBox
Dim value As UndoRedoComboBoxEvents
value = instance.Events
instance.Events = value
public:
property UndoRedoComboBoxEvents Events {
UndoRedoComboBoxEvents get ();
void set (UndoRedoComboBoxEvents value);
}
member Events : UndoRedoComboBoxEvents with get, set
No code example is currently available or this language may not be supported.