Balloon.Checkboxes 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.
Returns the BalloonCheckboxes collection that represents all the check boxes contained in the specified balloon.
public:
property System::Object ^ Checkboxes { System::Object ^ get(); };
public object Checkboxes { get; }
member this.Checkboxes : obj
Public ReadOnly Property Checkboxes As Object