- bool PutProperty(const wxString& property,
- const wxVariant& arg1, const wxVariant& arg2 = wxNullVariant,
- const wxVariant& arg3 = wxNullVariant, const wxVariant& arg4 = wxNullVariant,
- const wxVariant& arg5 = wxNullVariant, const wxVariant& arg6 = wxNullVariant);
-
- // Uses DISPATCH_PROPERTYGET
- // and returns a dispatch pointer. The calling code should call Release
- // on the pointer, though this could be implicit by constructing an wxAutomationObject
- // with it and letting the destructor call Release.
+ bool PutProperty(const wxString& property,
+ const wxVariant& arg1, const wxVariant& arg2 = wxNullVariant,
+ const wxVariant& arg3 = wxNullVariant, const wxVariant& arg4 = wxNullVariant,
+ const wxVariant& arg5 = wxNullVariant, const wxVariant& arg6 = wxNullVariant);
+
+ // Uses DISPATCH_PROPERTYGET
+ // and returns a dispatch pointer. The calling code should call Release
+ // on the pointer, though this could be implicit by constructing an wxAutomationObject
+ // with it and letting the destructor call Release.