| Visual Basic (Declaration) | |
|---|---|
Public Property RecalculateTip As Boolean | |
| C# | |
|---|---|
public bool RecalculateTip {get; set;} | |
Property Value
BooleanAssigning a value of true to this event will cause the control to recalculate the size and location of the control based on any changes to the properties within this event. Any changes that were made to the Size or Location of the tool tip within this event will be overridden when the values are recalculated.