| Visual Basic (Declaration) | |
|---|---|
Public Property Location As Point | |
| C# | |
|---|---|
public Point Location {get; set;} | |
Property Value
PointAssigning a new value to this property within the event will change the location of the top left corner of the current tool tip.
| dbicSlide | Send comments on this topic. |
| Location Property | |
| See Also | |
|
| dbicSlide Assembly > Dbi.WinControl.Slide Namespace > BeforeAdvancedTipEventArgs Class : Location Property |
| Visual Basic (Declaration) | |
|---|---|
Public Property Location As Point | |
| C# | |
|---|---|
public Point Location {get; set;} | |