Method RaiseClick
RaiseClick()
Simulates a click action, triggering any associated event handlers or behaviors.
void RaiseClick()
Remarks
This method is typically used to programmatically invoke a click event. Ensure that any required preconditions for the click action are met before calling this method.