WF-63696- Documentation for DrawItem Event#252
WF-63696- Documentation for DrawItem Event#252Raghav-Sudhakar wants to merge 7 commits intohotfix/hotfix-v20.2.0.36from
Conversation
|
Build Status: INPROGRESS 🔃 |
|
Build Status: INPROGRESS 🔃 |
|
|
||
| ### Customize the appearance of TabControlAdv while HotTracking | ||
|
|
||
| You can customize the appearance of the `TabControlAdv` while `HotTracking`. This can be achieved by handling the event, `DrawItem` in the `TabControlAdv`. The argument, `DrawTabEventArgs` gets the data for the `Syncfusion.Windows.Forms.Tools.TabControlAdv.DrawItem` event handler in the `TabControlAdv`. Within this event handler, check whether the TabItem is being HotTracked, and when it is, set the desired forecolor and backcolor to the `DrawTabEventArgs` object. |
There was a problem hiding this comment.
Give a link to the class reference document for events and args.
What do you mean by hottracking?
When will this be fired?
If possible explain any usecase where this event be used.
How to enable/disable this feature? what is the default behavior?
|
|
||
| {% highlight C# %} | ||
|
|
||
|
|
There was a problem hiding this comment.
Why there are so many unwanted empty lines?
| Draws the text and image within the bounds specified.</td></tr> | ||
| </table> | ||
|
|
||
| N> Download demo application from [GitHub] |
There was a problem hiding this comment.
link to the sample is missing.
|
Build Status: INPROGRESS 🔃 |
|
Build Status: INPROGRESS 🔃 |
|
|
||
| {% endtabs %} | ||
|
|
||
|  |
There was a problem hiding this comment.
take a snapshot with the mouse cursor.
|
Build Status: INPROGRESS 🔃 |
|
The running CI Job is terminated due to changes committed on the source branch for this Merge Request and CI triggered for latest commit. |
|
Build Status: INPROGRESS 🔃 |
|
Build Status: INPROGRESS 🔃 |
|
|
||
| HotTrack is used to change the appearance of the TabItem when the mouse pointer is over it. Set the HotTrack property to `True` to enable the HotTrack feature. The HotTrack property's default value is `false`. You can customize the appearance of the [TabControlAdv](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabControlAdv.html) while `HotTracking`. This can be achieved by handling the event, [DrawItem](https://help.syncfusion.com/windowsforms/tabcontrol/events#drawitem-event) in the TabControlAdv. | ||
|
|
||
|  |
There was a problem hiding this comment.
- give a proper file name to alt text for images. refer guideline. https://syncfusion.sharepoint.com/sites/GH/SEO/SitePages/Image%20Alt%20Text.aspx
- delete unwanted images.
Hi Team,
Please Review the content and share your concern.