Jump to content
Software FX Community

Removing a tab from the 'Properties' window in C++


User (Legacy)

Recommended Posts

Try the PropPageMask property.

--

Regards,

JC

Software FX Support

"NssOne" <none@none.com> wrote in message news:Vc9gaNSXDHA.380@WEBSERVER1...

> Does anybody know how to remove a tab from the Chart FX Properties window

in

> VC++? I just want to remove the 3D tab from it and I can't find any

articles

> on it in the knowledge base.

>

>

Link to comment
Share on other sites

OK, thanks for letting me know about the PropPageMask thing, it worked out

for me. The only other thing I need to figure out is how to remove or

grey-out certain buttons in that window. This is all in VC++.

"SoftwareFX Support" <support@softwarefx.com> wrote in message

news:Hzz3eVTXDHA.3476@WEBSERVER1...

> Try the PropPageMask property.

>

> --

> Regards,

>

> JC

> Software FX Support

> "NssOne" <none@none.com> wrote in message

news:Vc9gaNSXDHA.380@WEBSERVER1...

> > Does anybody know how to remove a tab from the Chart FX Properties

window

> in

> > VC++? I just want to remove the 3D tab from it and I can't find any

> articles

> > on it in the knowledge base.

> >

> >

>

>

Link to comment
Share on other sites

Check the Style and StyleEx properties. Note that not every control in every

property page can be disabled/enabled programmatically.

--

Regards,

JC

Software FX Support

"NssOne" <none@none.com> wrote in message

news:6V0AG%23eXDHA.3468@WEBSERVER1...

> OK, thanks for letting me know about the PropPageMask thing, it worked out

> for me. The only other thing I need to figure out is how to remove or

> grey-out certain buttons in that window. This is all in VC++.

>

>

>

> "SoftwareFX Support" <support@softwarefx.com> wrote in message

> news:Hzz3eVTXDHA.3476@WEBSERVER1...

> > Try the PropPageMask property.

> >

> > --

> > Regards,

> >

> > JC

> > Software FX Support

> > "NssOne" <none@none.com> wrote in message

> news:Vc9gaNSXDHA.380@WEBSERVER1...

> > > Does anybody know how to remove a tab from the Chart FX Properties

> window

> > in

> > > VC++? I just want to remove the 3D tab from it and I can't find any

> > articles

> > > on it in the knowledge base.

> > >

> > >

> >

> >

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...