No announcements
Found 3407969 threads
-
0 Votes
Hide Protected Property from 2nd Child Class
Instead of making that property protected, you could mark it as internal.Answered | 2 Replies | 4018 Views | Created by WStoreyII - Friday, January 21, 2011 9:22 PM | Last reply by WStoreyII - Friday, January 21, 2011 11:27 PM -
0 Votes
How to hide DataMember property in child DataContract class ??
Even outside of WCF, if you have the Contact2 class "hiding" the address property of its base class, all you need is a reference of type Contact, and ...Answered | 5 Replies | 17267 Views | Created by Sigourney_Weaver - Wednesday, July 13, 2011 1:10 PM | Last reply by CarlosFigueira - Thursday, July 14, 2011 10:41 PM -
0 Votes
how to hide a base class property
I think what I showed above keeps it from showing in the IE properties and from appearing in Designer.vb.Answered | 14 Replies | 2499 Views | Created by Frank Q99 - Monday, August 22, 2011 1:16 PM | Last reply by Reed Kimble - Monday, August 22, 2011 8:38 PM -
1 Votes
"Child" Properties
public class ChartHelper { protected Chart Chart { get; set; } protected ChartArea Area { get; set; } public Chart ...Answered | 5 Replies | 1330 Views | Created by MDMoura - Monday, October 15, 2012 4:07 PM | Last reply by MDMoura - Thursday, October 18, 2012 8:28 PM -
5 Votes
Hide Table Header from printing (from 2nd Page)
I thought Royal was trying to hide the Page Footer from the second page.Answered | 5 Replies | 5652 Views | Created by Royal Thomas - Thursday, May 3, 2012 4:03 PM | Last reply by Mike Yin - Monday, May 7, 2012 8:51 AM -
0 Votes
Protected and Hiding Data
I want to protect and hide the unit price from all reader Forget it.Answered | 2 Replies | 440 Views | Created by Deena Abbas Ali - Monday, May 2, 2016 6:17 AM | Last reply by Andreas Killer - Tuesday, May 3, 2016 7:07 AM -
1 Votes
How to hide the "Is Visible" property from the properties window?
The Is Visible property is not declared on control metadata and you will not be able to hide the property.Answered | 1 Replies | 3403 Views | Created by Anatoli.Iliev - Friday, January 27, 2012 12:14 PM | Last reply by Justin Anderson - Wednesday, February 1, 2012 5:18 PM -
2 Votes
How do I hide a property from the class diagram?
Hello Moby, The way to hide a property: 1.Answered | 2 Replies | 10427 Views | Created by Moby Disk - Wednesday, March 25, 2009 8:11 PM | Last reply by Moby Disk - Wednesday, May 5, 2010 6:30 PM -
0 Votes
Hiding public class properties when binding to a gridview
Discussion inAnswered | 2 Replies | 12542 Views | Created by Igor Mendizabal - Tuesday, June 3, 2008 6:43 AM | Last reply by Ed Price - MSFT - Thursday, May 10, 2012 5:59 AM -
6 Votes
How to restrict some base class methods from one of the child class
The question was to hide some of the methods from one of the children.Answered | 24 Replies | 10806 Views | Created by Pavan Kumar Chebrolu - Friday, June 10, 2011 12:51 PM | Last reply by venkatpanepalli - Wednesday, June 27, 2012 6:24 AM -
0 Votes
Hide and protect some columns and rows
So it is not possible to hide and protect only one column ?Answered | 3 Replies | 2558 Views | Created by Flexx35 - Tuesday, April 3, 2012 9:55 AM | Last reply by Joel Engineer - Tuesday, April 3, 2012 12:37 PM -
0 Votes
How can I hide a property in a derived class
ArminAnswered | 10 Replies | 777 Views | Created by Vekool - Sunday, April 5, 2015 2:56 PM | Last reply by Armin Zingler - Sunday, April 5, 2015 5:50 PM -
1 Votes
data protection vs data hiding
Protection is about adding methods and data to a class.Answered | 3 Replies | 2082 Views | Created by stylish16 - Thursday, November 3, 2011 8:17 AM | Last reply by Bob Shen - Monday, November 7, 2011 4:52 AM -
0 Votes
Programmatically Hide/Unhide columns in child Datasheet with VBA from parent form.
I get Error 438, Object doesn't support this property or method.Answered | 7 Replies | 2181 Views | Created by HTHP - Monday, February 27, 2017 11:16 PM | Last reply by .theDBguy - Tuesday, February 28, 2017 4:05 PM -
1 Votes
Hide a method/property for Intellisense
If you derived class needs to hide something from the base class then something is wrong with your class design.Answered | 8 Replies | 6827 Views | Created by Willie007 - Monday, September 28, 2009 8:02 AM | Last reply by Crazypennie - Tuesday, September 29, 2009 1:43 PM -
0 Votes
Properties in derived class
I think, overriding will not work here... hiding (using new) is the only possible option here.Answered | 10 Replies | 3886 Views | Created by vinay dvd - Thursday, April 8, 2010 9:01 AM | Last reply by Matthew Watson - Thursday, April 8, 2010 2:20 PM -
0 Votes
Hide automatic "Parent" field in properties pane
Either the base or the derived class in your model is at the child (right-hand) end of an embedding relationship.Answered | 4 Replies | 4243 Views | Created by Jakob Strauch - Tuesday, September 27, 2011 8:17 AM | Last reply by Jakob Strauch - Tuesday, September 27, 2011 12:43 PM -
0 Votes
Hide subtotal for a child group in tablix
=count("groupname")Answered | 4 Replies | 3287 Views | Created by Sam1980 - Thursday, September 26, 2013 3:43 PM | Last reply by Katherine Xiong - Tuesday, October 1, 2013 4:23 AM -
0 Votes
Worksheet.ScrollArea Property - Protecting the whole worksheet?
maybe I will set the last field in column A as the only available field. that way the whole worksheet is essentially protected?Answered | 2 Replies | 2381 Views | Created by Mark Bristoll - Saturday, November 19, 2011 1:20 PM | Last reply by Mark Bristoll - Sunday, November 20, 2011 2:44 PM -
1 Votes
New Instance of child class from parent
But for the second part of my problem is it possible to get the attribute from the inherited child class from inside this parent classes static method?Answered | 10 Replies | 6108 Views | Created by Burntchipsers - Thursday, December 10, 2009 10:24 PM | Last reply by syntaxeater - Saturday, December 12, 2009 12:38 AM - Items 1 to 20 of 3407969 Next ›
No announcements