Properties
The Web Part base class provides a default set of properties that allows users to change the appearance and behavior. These properties are in the default Web property pages contain some basic properties and customization, such as height, width, state framesets and more (as illustrated below).A custom property is a property that a software developer creates when it is necessary to introduce additional functionality or behavior on the Internet that is not covered by the base class.
/ / /
/ / Form available / default properties of the template
/ / /
[Browsable (true), Category ( "Miscellaneous")
DefaultValue (defaultText)
WebPartStorage (Storage.Personal)
FriendlyName ( "Text"), Description ( "Text Property")]
publicstring Text
(
get
(
return text;
)
set
(
text = value;
)
)
0 comments:
Post a Comment