S
saeed rezaei
how i can write some property form mycontrol that's can be expend.
when i use this cod :
property MyProp as integer
....
....
....
end property
its only add one property to my control
but there are some property thats are has + in left side.
for example Font Or Margin property
when i use this cod :
property MyProp as integer
....
....
....
end property
its only add one property to my control
but there are some property thats are has + in left side.
for example Font Or Margin property