|
-
Oct 25th, 2002, 03:51 PM
#1
*resolved* removing a property from an inherited class?
My class inherits from PictureBox. Is it possible to remove a property of the PictureBox class from my class? for example I dont want my class to have a .Location property.
Last edited by MrPolite; Oct 25th, 2002 at 09:22 PM.
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Oct 25th, 2002, 08:29 PM
#2
Frenzied Member
I dont think so. Why do you want to remove it??
Dont gain the world and lose your soul
-
Oct 25th, 2002, 08:46 PM
#3
Member
Hi,
You can remove it from the property browser by Browsable attribute, but you can't remove it form the class itself.
You can always hard code any class to remove any property of-course. Like the way in VB6.
-
Oct 25th, 2002, 08:52 PM
#4
Member
-
Oct 25th, 2002, 09:22 PM
#5
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|