Re: Enabling / Disabling Tab Pages
- From: Chris <no@xxxxxxxx>
- Date: Tue, 14 Mar 2006 01:05:28 -0500
Vignesh wrote:
I have tab control which has some TabPages. I want to enable or disable the
tabpages based on some condition. It is possible to that.
Thanks in advance.
Do you want the tab to noot show up at all? Turn Grey? What are you
looking for?
Chris
.
Relevant Pages
- Re: creating runtime tabpages with runtime controls C#
... > How would I create runtime tabpages with runtime ... to create a tab page and add it to your tab control tabControl: ... Note that to be able to modify your controls anytime during runtime, ... need to keep a reference to them somewhere. ... (microsoft.public.dotnet.languages.csharp) - Re: Windows Forms Tab Control - Identifying Which Tab
... First, Jeff, your problem was due to the fact that the tabs themselves (not the TabPages) are not members of the TabPages, but of the TabControl. ... So, when you right-click on a tab, the corresponding TabPage is not clicked. ... (microsoft.public.dotnet.framework.windowsforms.controls) - Re: tabpage(s) with webbrowser
... I made a form with a tabcontrol with two tabpages on it. ... axwebbrowser without draging it on a form (not that I say that it is ... >combobox when i pressed enter it doesn't display webbrowser instead i can ... >do create new tab. ... (microsoft.public.dotnet.languages.vb) - Re: Windows Forms Advice - same controls on different Tabpages
... try making it a child of the form rather than a child of ... each tab page. ... On the different Tabpages I wish to allow users to have the access to ... Secondly if you have a combobox that a user selects an account number ... (microsoft.public.dotnet.languages.csharp) - Re: Working with tabcontrol and tabpage
... >I have a tabcontrol that has several attached tabpage's. ... > tabpages should be accessible at all times. ... > - change the font on the tab for the tabpages that are disabled (like gray ... > FYI - the Hide, Visible, and Enabled methods/properties do not satisfy ... (microsoft.public.dotnet.languages.csharp) |
|