Infragistics2.Win.UltraWinInkProvider.v9.2.XML 220 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>Infragistics2.Win.UltraWinInkProvider.v9.2</name>
  5. </assembly>
  6. <members>
  7. <member name="M:Infragistics.Shared.LocalizedCategoryAttribute.GetLocalizedString(System.String)">
  8. <summary>
  9. Returns the localized category name
  10. </summary>
  11. <param name="value">Name of the category to retreive</param>
  12. <returns>The localized string value</returns>
  13. </member>
  14. <member name="M:Infragistics.Shared.UltraLicenseAttribute.GetLicensedWithProducts">
  15. <summary>
  16. Return the list of products that this control can be licensed with
  17. </summary>
  18. </member>
  19. <member name="T:Infragistics.Win.Ink.UltraInkProviderEventManager">
  20. <summary>
  21. Class for managing an UltraInkProvider's events. It maintains an enabled flag for each event as well as a nested 'in progress' count and it exposes events for firing each event.
  22. </summary>
  23. </member>
  24. <member name="M:Infragistics.Win.Ink.UltraInkProviderEventManager.#ctor(Infragistics.Win.Ink.UltraInkProvider)">
  25. <summary>
  26. contructor
  27. </summary>
  28. <param name="inkProvider">The UltraInkProvider that this event manager will be asociated with.</param>
  29. </member>
  30. <member name="M:Infragistics.Win.Ink.UltraInkProviderEventManager.InProgress(Infragistics.Win.Ink.UltraInkProviderEventIds)">
  31. <summary>
  32. Returns true if the event is in progress (in progress count > 0)
  33. </summary>
  34. <param name="eventid">The id of the event</param>
  35. <returns>true if the event is in progress; otherwise, false.</returns>
  36. </member>
  37. <member name="M:Infragistics.Win.Ink.UltraInkProviderEventManager.IsEnabled(Infragistics.Win.Ink.UltraInkProviderEventIds)">
  38. <summary>
  39. Returns true if the event is enabled
  40. </summary>
  41. <param name="eventid">The id of the event.</param>
  42. <returns>true if the event is enabled; otherwise, false.</returns>
  43. </member>
  44. <member name="M:Infragistics.Win.Ink.UltraInkProviderEventManager.SetEnabled(Infragistics.Win.Ink.UltraInkProviderEventIds,System.Boolean)">
  45. <summary>
  46. Enables/Disables a specific event.
  47. </summary>
  48. <param name="eventid">Enumerator specifying the event to enabled/disable.</param>
  49. <param name="enabled">Boolean specifying whether the event is enabled (true) or disabled (false).</param>
  50. <remarks>
  51. <p class="body">Disabling an event will not affect the internal operation of the control. Disabling simply instructs the control not to call the event handler so that code the programmer entered is not fired.</p>
  52. <p class="body">For example, disabling the CLick will not stop the control from changing the Active Node when it is clicked. It will only cause the Click Event not to fire when the control is clicked.</p>
  53. </remarks>
  54. </member>
  55. <member name="M:Infragistics.Win.Ink.UltraInkProviderEventManager.IsEnabled(Infragistics.Win.Ink.UltraInkProviderEventGroups)">
  56. <summary>
  57. Returns true if all events in the group are enabled
  58. </summary>
  59. <param name="group">The id of the events.</param>
  60. <returns>true if the event group is enabled; otherwise, false.</returns>
  61. </member>
  62. <member name="M:Infragistics.Win.Ink.UltraInkProviderEventManager.SetEnabled(Infragistics.Win.Ink.UltraInkProviderEventGroups,System.Boolean)">
  63. <summary>
  64. Enables/Disables all events in the group.
  65. </summary>
  66. <param name="group">Enumerator specifying the group of events to enabled/disabled.</param>
  67. <param name="enabled">Boolean specifying whether the events are enabled (true) or disabled (false).</param>
  68. <remarks>
  69. <p class="body">Disabling an event will not affect the internal operation of the control. Disabling simply instructs the control not to call the event handler so that code the programmer entered is not fired.</p>
  70. <p class="body">For example, disabling the Click will not stop the control from changing the Active Node when it is clicked. It will only cause the Click Event not to fire when the control is clicked.</p>
  71. </remarks>
  72. </member>
  73. <member name="T:Infragistics.Win.Ink.PenInputPanelDroppingDownEventHandler">
  74. <summary>
  75. Delegate for handling the <see cref="E:Infragistics.Win.Ink.UltraInkProvider.PenInputPanelDroppingDown"/> event.
  76. </summary>
  77. </member>
  78. <member name="T:Infragistics.Win.Ink.PenInputPanelClosedUpEventHandler">
  79. <summary>
  80. Delegate for handling the <see cref="E:Infragistics.Win.Ink.UltraInkProvider.PenInputPanelClosedUp"/> event.
  81. </summary>
  82. </member>
  83. <member name="T:Infragistics.Win.Ink.PenInputPanelDroppingDownEventArgs">
  84. <summary>
  85. Event parameters used for the <see cref="E:Infragistics.Win.Ink.UltraInkProvider.PenInputPanelDroppingDown"/> event.
  86. </summary>
  87. <seealso cref="T:Infragistics.Win.Ink.PenInputPanelDroppingDownEventHandler"/>
  88. </member>
  89. <member name="M:Infragistics.Win.Ink.PenInputPanelDroppingDownEventArgs.#ctor(System.Windows.Forms.Control,Infragistics.Win.EmbeddableEditorBase,System.String)">
  90. <summary>
  91. Constructor
  92. </summary>
  93. <param name="control">The control that is hosting the embeddable editor for which the <see cref="T:Infragistics.Win.Ink.UltraPenInputPanel"/> is being displayed.</param>
  94. <param name="editor">The embeddable editor for which the <see cref="T:Infragistics.Win.Ink.UltraPenInputPanel"/> is being displayed.</param>
  95. <param name="text">the text to be edited by the <see cref="T:Infragistics.Win.Ink.UltraPenInputPanel"/>.</param>
  96. </member>
  97. <member name="P:Infragistics.Win.Ink.PenInputPanelDroppingDownEventArgs.Control">
  98. <summary>
  99. Returns the control that is hosting the embeddable editor for which the <see cref="T:Infragistics.Win.Ink.UltraPenInputPanel"/> is being displayed.
  100. </summary>
  101. </member>
  102. <member name="P:Infragistics.Win.Ink.PenInputPanelDroppingDownEventArgs.Editor">
  103. <summary>
  104. Returns the embeddable editor for which the <see cref="T:Infragistics.Win.Ink.UltraPenInputPanel"/> is being displayed.
  105. </summary>
  106. </member>
  107. <member name="P:Infragistics.Win.Ink.PenInputPanelDroppingDownEventArgs.Text">
  108. <summary>
  109. Returns/sets the text to be edited by the <see cref="T:Infragistics.Win.Ink.UltraPenInputPanel"/>.
  110. </summary>
  111. </member>
  112. <member name="T:Infragistics.Win.Ink.PenInputPanelClosedUpEventArgs">
  113. <summary>
  114. Event parameters used for the <see cref="E:Infragistics.Win.Ink.UltraInkProvider.PenInputPanelClosedUp"/> event.
  115. </summary>
  116. <seealso cref="T:Infragistics.Win.Ink.PenInputPanelClosedUpEventHandler"/>
  117. </member>
  118. <member name="M:Infragistics.Win.Ink.PenInputPanelClosedUpEventArgs.#ctor(System.Windows.Forms.Control,Infragistics.Win.EmbeddableEditorBase,System.String,System.String,System.Boolean)">
  119. <summary>
  120. Constructor
  121. </summary>
  122. <param name="control">The control that is hosting the embeddable editor for which the <see cref="T:Infragistics.Win.Ink.UltraPenInputPanel"/> is being displayed.</param>
  123. <param name="editor">The embeddable editor for which the <see cref="T:Infragistics.Win.Ink.UltraPenInputPanel"/> is being displayed.</param>
  124. <param name="originalText">The original text before editing.</param>
  125. <param name="editedText">The edited text</param>
  126. <param name="commitChanges">Determines whether the changes should be committed to the embeddable editor</param>
  127. </member>
  128. <member name="P:Infragistics.Win.Ink.PenInputPanelClosedUpEventArgs.CommitChanges">
  129. <summary>
  130. Returns/sets whether the changes should be committed to the embeddable editor. By default, this property
  131. returns true if the user dismissed the <see cref="T:Infragistics.Win.Ink.UltraPenInputPanel"/> by clicking the Commit button and
  132. false if the user clicked the cancel button. This property may be modified to change the commit status.
  133. </summary>
  134. </member>
  135. <member name="P:Infragistics.Win.Ink.PenInputPanelClosedUpEventArgs.Control">
  136. <summary>
  137. Returns the control that is hosting the embeddable editor for which the <see cref="T:Infragistics.Win.Ink.UltraPenInputPanel"/> is being displayed.
  138. </summary>
  139. </member>
  140. <member name="P:Infragistics.Win.Ink.PenInputPanelClosedUpEventArgs.EditedText">
  141. <summary>
  142. Returns/sets the edited text. If this property is modified, the embeddable editor value will be updated
  143. with the modified value.
  144. </summary>
  145. </member>
  146. <member name="P:Infragistics.Win.Ink.PenInputPanelClosedUpEventArgs.Editor">
  147. <summary>
  148. Returns the embeddable editor for which the <see cref="T:Infragistics.Win.Ink.UltraPenInputPanel"/> is being displayed.
  149. </summary>
  150. </member>
  151. <member name="P:Infragistics.Win.Ink.PenInputPanelClosedUpEventArgs.OriginalText">
  152. <summary>
  153. Returns the original text before editing. If text was modified in the <see cref="E:Infragistics.Win.Ink.UltraInkProvider.PenInputPanelDroppingDown"/>
  154. event, this property returns that text.
  155. </summary>
  156. </member>
  157. <member name="T:Infragistics.Win.Ink.UltraInkProviderEventIds">
  158. <summary>
  159. Value that uniquely identifies each UltraInkProvider event.
  160. </summary>
  161. </member>
  162. <member name="F:Infragistics.Win.Ink.UltraInkProviderEventIds.MouseEnterElement">
  163. <summary>
  164. Event ID that identifies the <see cref="E:Infragistics.Win.UltraControlBase.MouseEnterElement"/> event.
  165. </summary>
  166. </member>
  167. <member name="F:Infragistics.Win.Ink.UltraInkProviderEventIds.MouseLeaveElement">
  168. <summary>
  169. Event ID that identifies the <see cref="E:Infragistics.Win.UltraControlBase.MouseLeaveElement"/> event.
  170. </summary>
  171. </member>
  172. <member name="F:Infragistics.Win.Ink.UltraInkProviderEventIds.PenInputPanelDroppingDown">
  173. <summary>
  174. Event ID that identifies the <see cref="E:Infragistics.Win.Ink.UltraInkProvider.PenInputPanelDroppingDown"/> event.
  175. </summary>
  176. </member>
  177. <member name="F:Infragistics.Win.Ink.UltraInkProviderEventIds.PenInputPanelClosedUp">
  178. <summary>
  179. Event ID that identifies the <see cref="E:Infragistics.Win.Ink.UltraInkProvider.PenInputPanelClosedUp"/> event.
  180. </summary>
  181. </member>
  182. <member name="F:Infragistics.Win.Ink.UltraInkProviderEventIds.LastEventId">
  183. <summary>
  184. Maintains the value of last event ID used. (This value is equal to the highest numeric value used for Event IDs.)
  185. </summary>
  186. </member>
  187. <member name="T:Infragistics.Win.Ink.UltraInkProviderEventGroups">
  188. <summary>
  189. Identifies groups of UltraInkProvider events
  190. </summary>
  191. </member>
  192. <member name="F:Infragistics.Win.Ink.UltraInkProviderEventGroups.AllEvents">
  193. <summary>
  194. All events
  195. </summary>
  196. </member>
  197. <member name="F:Infragistics.Win.Ink.UltraInkProviderEventGroups.BeforeEvents">
  198. <summary>
  199. Before events. These events are occur before an action takes place.
  200. </summary>
  201. </member>
  202. <member name="F:Infragistics.Win.Ink.UltraInkProviderEventGroups.AfterEvents">
  203. <summary>
  204. After events. These events occur after an action takes place.
  205. </summary>
  206. </member>
  207. <member name="T:Infragistics.Win.Ink.Resources">
  208. <summary>
  209. Exposes a <see cref="T:Infragistics.Shared.ResourceCustomizer"/> instance for this assembly.
  210. </summary>
  211. <seealso cref="P:Infragistics.Win.Ink.Resources.Customizer"/>
  212. <seealso cref="T:Infragistics.Shared.ResourceCustomizer"/>
  213. </member>
  214. <member name="M:Infragistics.Win.Ink.Resources.GetString(System.String,System.Object[])">
  215. <summary>
  216. Returns the resource string using the specified name and default culture.
  217. </summary>
  218. <param name="name">Name of the string resource to return.</param>
  219. <param name="args">Arguments supplied to the string.Format method when formatting the string.</param>
  220. </member>
  221. <member name="M:Infragistics.Win.Ink.Resources.GetString(System.String)">
  222. <summary>
  223. Returns the resource string using the specified resource name and default culture. The string is then formatted using the arguments specified.
  224. </summary>
  225. <param name="name">Name of the string resource to return.</param>
  226. </member>
  227. <member name="M:Infragistics.Win.Ink.Resources.GetObject(System.String)">
  228. <summary>
  229. Returns the resource object using the specified name.
  230. </summary>
  231. <param name="name">Name of the resource item</param>
  232. <returns>An object containing the specified resource</returns>
  233. </member>
  234. <member name="P:Infragistics.Win.Ink.Resources.Customizer">
  235. <summary>
  236. Returns the <see cref="T:Infragistics.Shared.ResourceCustomizer"/> for this assembly.
  237. </summary>
  238. <seealso cref="T:Infragistics.Shared.ResourceCustomizer"/>
  239. </member>
  240. <member name="T:Infragistics.Win.Ink.UltraInkProvider">
  241. <summary>
  242. UltraInkProvider component.
  243. </summary>
  244. </member>
  245. <member name="M:Infragistics.Win.Ink.UltraInkProvider.#ctor">
  246. <summary>
  247. Constructor
  248. </summary>
  249. </member>
  250. <member name="M:Infragistics.Win.Ink.UltraInkProvider.#ctor(System.ComponentModel.IContainer)">
  251. <summary>
  252. Constructor
  253. </summary>
  254. <param name="container">An IContainer representing the container of the <b>UltraInkProvider</b></param>
  255. </member>
  256. <member name="M:Infragistics.Win.Ink.UltraInkProvider.OnPenInputPanelDroppingDown(Infragistics.Win.Ink.PenInputPanelDroppingDownEventArgs)">
  257. <summary>
  258. Occurs before the panel drops down.
  259. </summary>
  260. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  261. </member>
  262. <member name="M:Infragistics.Win.Ink.UltraInkProvider.OnPenInputPanelClosedUp(Infragistics.Win.Ink.PenInputPanelClosedUpEventArgs)">
  263. <summary>
  264. Occurs after the panel closes up.
  265. </summary>
  266. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  267. </member>
  268. <member name="M:Infragistics.Win.Ink.UltraInkProvider.ChangeControlsEnabledState">
  269. <summary>
  270. Will disable or enable the UltraPenInputPanel based on the InkProvider's Enabled property.
  271. </summary>
  272. </member>
  273. <member name="M:Infragistics.Win.Ink.UltraInkProvider.ChangeControlsVisibleState">
  274. <summary>
  275. Will hide or show the UltraPenInputPanel based on the InkProvider's Visible property
  276. </summary>
  277. </member>
  278. <member name="M:Infragistics.Win.Ink.UltraInkProvider.DirtyChildElements">
  279. <summary>
  280. Will dirty all child elements on all docking araea and floating toolbars.
  281. </summary>
  282. </member>
  283. <member name="M:Infragistics.Win.Ink.UltraInkProvider.Dispose(System.Boolean)">
  284. <summary>
  285. Releases the unmanaged resources used by the <see cref="T:System.ComponentModel.Component"/> and optionally releases the managed resources.
  286. </summary>
  287. <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
  288. </member>
  289. <member name="M:Infragistics.Win.Ink.UltraInkProvider.InvalidateControls">
  290. <summary>
  291. Will invalidate all child elements on all docking araea and floating toolbars.
  292. </summary>
  293. </member>
  294. <member name="M:Infragistics.Win.Ink.UltraInkProvider.OnPropertyChanged(Infragistics.Win.PropertyChangedEventArgs)">
  295. <summary>
  296. Called when a property or sub object's property value has changed.
  297. </summary>
  298. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  299. </member>
  300. <member name="M:Infragistics.Win.Ink.UltraInkProvider.OnSubObjectPropChanged(Infragistics.Shared.PropChangeInfo)">
  301. <summary>
  302. Called when a property has changed on a sub object.
  303. </summary>
  304. <remarks>
  305. <p class="body"><b>OnPropertyChanged</b> will also be called.</p>
  306. </remarks>
  307. </member>
  308. <member name="M:Infragistics.Win.Ink.UltraInkProvider.ShouldSerializeActiveMaskCharacterAppearance">
  309. <summary>
  310. <p class="body">Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.ActiveMaskCharacterAppearance"/> property is set to its default value.</p>
  311. </summary>
  312. <remarks>
  313. <p class="body">Returns True if the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.ActiveMaskCharacterAppearance"/> property is not set to its default value; otherwise, it returns False.</p>
  314. <p class="body">Use this method to determine if an <b>Appearance</b> object has been created and contains data that needs to be serialized.</p>
  315. <p class="body">Invoke the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ResetActiveMaskCharacterAppearance"/> method to reset this property to its default value.</p>
  316. </remarks>
  317. </member>
  318. <member name="M:Infragistics.Win.Ink.UltraInkProvider.ResetActiveMaskCharacterAppearance">
  319. <summary>
  320. Resets the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.ActiveMaskCharacterAppearance"/> property to its default value.
  321. </summary>
  322. <remarks>
  323. <p class="body">Invoke this method to reset the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.ActiveMaskCharacterAppearance"/> property to its default value.</p>
  324. <p class="body">Once this method is invoked, the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ShouldSerializeActiveMaskCharacterAppearance"/> method will return False until the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.ActiveMaskCharacterAppearance"/> property is set again.</p>
  325. </remarks>
  326. </member>
  327. <member name="M:Infragistics.Win.Ink.UltraInkProvider.ShouldSerializeAppearance">
  328. <summary>
  329. <p class="body">Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.Appearance"/> property is set to its default value.</p>
  330. </summary>
  331. <remarks>
  332. <p class="body">Returns True if the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.Appearance"/> property is not set to its default value; otherwise, it returns False.</p>
  333. <p class="body">Use this method to determine if an <b>Appearance</b> object has been created and contains data that needs to be serialized.</p>
  334. <p class="body">Invoke the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ResetAppearance"/> method to reset this property to its default value.</p>
  335. </remarks>
  336. </member>
  337. <member name="M:Infragistics.Win.Ink.UltraInkProvider.ResetAppearance">
  338. <summary>
  339. Resets the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.Appearance"/> property to its default value.
  340. </summary>
  341. <remarks>
  342. <p class="body">Invoke this method to reset the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.Appearance"/> property to its default value.</p>
  343. <p class="body">Once this method is invoked, the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ShouldSerializeAppearance"/> method will return False until the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.Appearance"/> property is set again.</p>
  344. </remarks>
  345. </member>
  346. <member name="M:Infragistics.Win.Ink.UltraInkProvider.ShouldSerializeAppearances">
  347. <summary>
  348. <p class="body">Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.Appearances"/> property is set to its default value.</p>
  349. </summary>
  350. <remarks>
  351. <p class="body">Returns True if the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.Appearances"/> property is not set to its default value; otherwise, it returns False.</p>
  352. <p class="body">Invoke the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ResetAppearances"/> method to reset this property to its default value.</p>
  353. </remarks>
  354. </member>
  355. <member name="M:Infragistics.Win.Ink.UltraInkProvider.ResetAppearances">
  356. <summary>
  357. Resets the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.Appearances"/> property to its default value.
  358. </summary>
  359. <remarks>
  360. <p class="body">Invoke this method to reset the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.Appearances"/> property to its default value.</p>
  361. <p class="body">Once this method is invoked, the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ShouldSerializeAppearances"/> method will return False until the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.Appearances"/> property is set again.</p>
  362. </remarks>
  363. </member>
  364. <member name="M:Infragistics.Win.Ink.UltraInkProvider.ShouldSerializeContainingControl">
  365. <summary>
  366. Returns true if the ContainingControl property should be serialized
  367. </summary>
  368. <returns></returns>
  369. </member>
  370. <member name="M:Infragistics.Win.Ink.UltraInkProvider.ShouldSerializeGesturePanelAppearance">
  371. <summary>
  372. <p class="body">Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.GesturePanelAppearance"/> property is set to its default value.</p>
  373. </summary>
  374. <remarks>
  375. <p class="body">Returns True if the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.GesturePanelAppearance"/> property is not set to its default value; otherwise, it returns False.</p>
  376. <p class="body">Use this method to determine if an <b>Appearance</b> object has been created and contains data that needs to be serialized.</p>
  377. <p class="body">Invoke the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ResetGesturePanelAppearance"/> method to reset this property to its default value.</p>
  378. </remarks>
  379. </member>
  380. <member name="M:Infragistics.Win.Ink.UltraInkProvider.ResetGesturePanelAppearance">
  381. <summary>
  382. Resets the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.GesturePanelAppearance"/> property to its default value.
  383. </summary>
  384. <remarks>
  385. <p class="body">Invoke this method to reset the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.GesturePanelAppearance"/> property to its default value.</p>
  386. <p class="body">Once this method is invoked, the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ShouldSerializeGesturePanelAppearance"/> method will return False until the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.GesturePanelAppearance"/> property is set again.</p>
  387. </remarks>
  388. </member>
  389. <member name="M:Infragistics.Win.Ink.UltraInkProvider.ShouldSerializeInkAreaAppearance">
  390. <summary>
  391. <p class="body">Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.InkAreaAppearance"/> property is set to its default value.</p>
  392. </summary>
  393. <remarks>
  394. <p class="body">Returns True if the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.InkAreaAppearance"/> property is not set to its default value; otherwise, it returns False.</p>
  395. <p class="body">Use this method to determine if an <b>Appearance</b> object has been created and contains data that needs to be serialized.</p>
  396. <p class="body">Invoke the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ResetInkAreaAppearance"/> method to reset this property to its default value.</p>
  397. </remarks>
  398. </member>
  399. <member name="M:Infragistics.Win.Ink.UltraInkProvider.ResetInkAreaAppearance">
  400. <summary>
  401. Resets the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.InkAreaAppearance"/> property to its default value.
  402. </summary>
  403. <remarks>
  404. <p class="body">Invoke this method to reset the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.InkAreaAppearance"/> property to its default value.</p>
  405. <p class="body">Once this method is invoked, the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ShouldSerializeInkAreaAppearance"/> method will return False until the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.InkAreaAppearance"/> property is set again.</p>
  406. </remarks>
  407. </member>
  408. <member name="M:Infragistics.Win.Ink.UltraInkProvider.ShouldSerializeInputMode">
  409. <summary>
  410. <p class="body">Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.InputMode"/> property is set to its default value.</p>
  411. </summary>
  412. <remarks>
  413. <p class="body">Returns True if the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.InputMode"/> property is not set to its default value; otherwise, it returns False.</p>
  414. <p class="body">Invoke the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ResetInputMode"/> method to reset this property to its default value.</p>
  415. </remarks>
  416. <seealso cref="P:Infragistics.Win.Ink.UltraInkProvider.InputMode"/>
  417. </member>
  418. <member name="M:Infragistics.Win.Ink.UltraInkProvider.ResetInputMode">
  419. <summary>
  420. Resets the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.InputMode"/> property to its default value.
  421. </summary>
  422. <remarks>
  423. <p class="body">Invoke this method to reset the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.InputMode"/> property to its default value.</p>
  424. <p class="body">Once this method is invoked, the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ShouldSerializeInputMode"/> method will return False until the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.InputMode"/> property is set again.</p>
  425. </remarks>
  426. <seealso cref="P:Infragistics.Win.Ink.UltraInkProvider.InputMode"/>
  427. </member>
  428. <member name="M:Infragistics.Win.Ink.UltraInkProvider.ShouldSerializeInputModeSelectable">
  429. <summary>
  430. <p class="body">Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.InputModeSelectable"/> property is set to its default value.</p>
  431. </summary>
  432. <remarks>
  433. <p class="body">Returns True if the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.InputModeSelectable"/> property is not set to its default value; otherwise, it returns False.</p>
  434. <p class="body">Invoke the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ResetInputModeSelectable"/> method to reset this property to its default value.</p>
  435. </remarks>
  436. <seealso cref="P:Infragistics.Win.Ink.UltraInkProvider.InputModeSelectable"/>
  437. </member>
  438. <member name="M:Infragistics.Win.Ink.UltraInkProvider.ResetInputModeSelectable">
  439. <summary>
  440. Resets the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.InputModeSelectable"/> property to its default value.
  441. </summary>
  442. <remarks>
  443. <p class="body">Invoke this method to reset the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.InputModeSelectable"/> property to its default value.</p>
  444. <p class="body">Once this method is invoked, the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ShouldSerializeInputModeSelectable"/> method will return False until the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.InputModeSelectable"/> property is set again.</p>
  445. </remarks>
  446. <seealso cref="P:Infragistics.Win.Ink.UltraInkProvider.InputModeSelectable"/>
  447. </member>
  448. <member name="M:Infragistics.Win.Ink.UltraInkProvider.ShouldSerializeInvalidMaskCharacterAppearance">
  449. <summary>
  450. <p class="body">Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.InvalidMaskCharacterAppearance"/> property is set to its default value.</p>
  451. </summary>
  452. <remarks>
  453. <p class="body">Returns True if the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.InvalidMaskCharacterAppearance"/> property is not set to its default value; otherwise, it returns False.</p>
  454. <p class="body">Use this method to determine if an <b>Appearance</b> object has been created and contains data that needs to be serialized.</p>
  455. <p class="body">Invoke the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ResetInvalidMaskCharacterAppearance"/> method to reset this property to its default value.</p>
  456. </remarks>
  457. </member>
  458. <member name="M:Infragistics.Win.Ink.UltraInkProvider.ResetInvalidMaskCharacterAppearance">
  459. <summary>
  460. Resets the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.InvalidMaskCharacterAppearance"/> property to its default value.
  461. </summary>
  462. <remarks>
  463. <p class="body">Invoke this method to reset the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.InvalidMaskCharacterAppearance"/> property to its default value.</p>
  464. <p class="body">Once this method is invoked, the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ShouldSerializeInvalidMaskCharacterAppearance"/> method will return False until the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.InvalidMaskCharacterAppearance"/> property is set again.</p>
  465. </remarks>
  466. </member>
  467. <member name="M:Infragistics.Win.Ink.UltraInkProvider.ShouldSerializeMaskCharacterAppearance">
  468. <summary>
  469. <p class="body">Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.MaskCharacterAppearance"/> property is set to its default value.</p>
  470. </summary>
  471. <remarks>
  472. <p class="body">Returns True if the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.MaskCharacterAppearance"/> property is not set to its default value; otherwise, it returns False.</p>
  473. <p class="body">Use this method to determine if an <b>Appearance</b> object has been created and contains data that needs to be serialized.</p>
  474. <p class="body">Invoke the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ResetMaskCharacterAppearance"/> method to reset this property to its default value.</p>
  475. </remarks>
  476. </member>
  477. <member name="M:Infragistics.Win.Ink.UltraInkProvider.ResetMaskCharacterAppearance">
  478. <summary>
  479. Resets the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.MaskCharacterAppearance"/> property to its default value.
  480. </summary>
  481. <remarks>
  482. <p class="body">Invoke this method to reset the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.MaskCharacterAppearance"/> property to its default value.</p>
  483. <p class="body">Once this method is invoked, the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ShouldSerializeMaskCharacterAppearance"/> method will return False until the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.MaskCharacterAppearance"/> property is set again.</p>
  484. </remarks>
  485. </member>
  486. <member name="M:Infragistics.Win.Ink.UltraInkProvider.ShouldSerializePenPressureIgnored">
  487. <summary>
  488. <p class="body">Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.PenPressureIgnored"/> property is set to its default value.</p>
  489. </summary>
  490. <remarks>
  491. <p class="body">Returns True if the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.PenPressureIgnored"/> property is not set to its default value; otherwise, it returns False.</p>
  492. <p class="body">Invoke the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ResetPenPressureIgnored"/> method to reset this property to its default value.</p>
  493. </remarks>
  494. <seealso cref="P:Infragistics.Win.Ink.UltraInkProvider.PenPressureIgnored"/>
  495. </member>
  496. <member name="M:Infragistics.Win.Ink.UltraInkProvider.ResetPenPressureIgnored">
  497. <summary>
  498. Resets the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.PenPressureIgnored"/> property to its default value.
  499. </summary>
  500. <remarks>
  501. <p class="body">Invoke this method to reset the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.PenPressureIgnored"/> property to its default value.</p>
  502. <p class="body">Once this method is invoked, the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ShouldSerializePenPressureIgnored"/> method will return False until the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.PenPressureIgnored"/> property is set again.</p>
  503. </remarks>
  504. <seealso cref="P:Infragistics.Win.Ink.UltraInkProvider.PenPressureIgnored"/>
  505. </member>
  506. <member name="M:Infragistics.Win.Ink.UltraInkProvider.ShouldSerializePenThickness">
  507. <summary>
  508. <p class="body">Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.PenThickness"/> property is set to its default value.</p>
  509. </summary>
  510. <remarks>
  511. <p class="body">Returns True if the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.PenThickness"/> property is not set to its default value; otherwise, it returns False.</p>
  512. <p class="body">Invoke the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ResetPenThickness"/> method to reset this property to its default value.</p>
  513. </remarks>
  514. <seealso cref="P:Infragistics.Win.Ink.UltraInkProvider.PenThickness"/>
  515. </member>
  516. <member name="M:Infragistics.Win.Ink.UltraInkProvider.ResetPenThickness">
  517. <summary>
  518. Resets the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.PenThickness"/> property to its default value.
  519. </summary>
  520. <remarks>
  521. <p class="body">Invoke this method to reset the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.PenThickness"/> property to its default value.</p>
  522. <p class="body">Once this method is invoked, the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ShouldSerializePenThickness"/> method will return False until the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.PenThickness"/> property is set again.</p>
  523. </remarks>
  524. <seealso cref="P:Infragistics.Win.Ink.UltraInkProvider.PenThickness"/>
  525. </member>
  526. <member name="M:Infragistics.Win.Ink.UltraInkProvider.ShouldSerializeShowGesturePanel">
  527. <summary>
  528. <p class="body">Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.ShowGesturePanel"/> property is set to its default value.</p>
  529. </summary>
  530. <remarks>
  531. <p class="body">Returns True if the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.ShowGesturePanel"/> property is not set to its default value; otherwise, it returns False.</p>
  532. <p class="body">Invoke the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ResetShowGesturePanel"/> method to reset this property to its default value.</p>
  533. </remarks>
  534. <seealso cref="P:Infragistics.Win.Ink.UltraInkProvider.ShowGesturePanel"/>
  535. </member>
  536. <member name="M:Infragistics.Win.Ink.UltraInkProvider.ResetShowGesturePanel">
  537. <summary>
  538. Resets the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.ShowGesturePanel"/> property to its default value.
  539. </summary>
  540. <remarks>
  541. <p class="body">Invoke this method to reset the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.ShowGesturePanel"/> property to its default value.</p>
  542. <p class="body">Once this method is invoked, the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ShouldSerializeShowGesturePanel"/> method will return False until the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.ShowGesturePanel"/> property is set again.</p>
  543. </remarks>
  544. <seealso cref="P:Infragistics.Win.Ink.UltraInkProvider.ShowGesturePanel"/>
  545. </member>
  546. <member name="M:Infragistics.Win.Ink.UltraInkProvider.ShouldSerializeTextAreaAppearance">
  547. <summary>
  548. <p class="body">Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.TextAreaAppearance"/> property is set to its default value.</p>
  549. </summary>
  550. <remarks>
  551. <p class="body">Returns True if the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.TextAreaAppearance"/> property is not set to its default value; otherwise, it returns False.</p>
  552. <p class="body">Use this method to determine if an <b>Appearance</b> object has been created and contains data that needs to be serialized.</p>
  553. <p class="body">Invoke the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ResetTextAreaAppearance"/> method to reset this property to its default value.</p>
  554. </remarks>
  555. </member>
  556. <member name="M:Infragistics.Win.Ink.UltraInkProvider.ResetTextAreaAppearance">
  557. <summary>
  558. Resets the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.TextAreaAppearance"/> property to its default value.
  559. </summary>
  560. <remarks>
  561. <p class="body">Invoke this method to reset the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.TextAreaAppearance"/> property to its default value.</p>
  562. <p class="body">Once this method is invoked, the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ShouldSerializeTextAreaAppearance"/> method will return False until the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.TextAreaAppearance"/> property is set again.</p>
  563. </remarks>
  564. </member>
  565. <member name="M:Infragistics.Win.Ink.UltraInkProvider.ShouldSerializeTextRecognitionDelay">
  566. <summary>
  567. <p class="body">Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.TextRecognitionDelay"/> property is set to its default value.</p>
  568. </summary>
  569. <remarks>
  570. <p class="body">Returns True if the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.TextRecognitionDelay"/> property is not set to its default value; otherwise, it returns False.</p>
  571. <p class="body">Invoke the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ResetTextRecognitionDelay"/> method to reset this property to its default value.</p>
  572. </remarks>
  573. <seealso cref="P:Infragistics.Win.Ink.UltraInkProvider.TextRecognitionDelay"/>
  574. </member>
  575. <member name="M:Infragistics.Win.Ink.UltraInkProvider.ResetTextRecognitionDelay">
  576. <summary>
  577. Resets the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.TextRecognitionDelay"/> property to its default value.
  578. </summary>
  579. <remarks>
  580. <p class="body">Invoke this method to reset the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.TextRecognitionDelay"/> property to its default value.</p>
  581. <p class="body">Once this method is invoked, the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ShouldSerializeTextRecognitionDelay"/> method will return False until the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.TextRecognitionDelay"/> property is set again.</p>
  582. </remarks>
  583. <seealso cref="P:Infragistics.Win.Ink.UltraInkProvider.TextRecognitionDelay"/>
  584. </member>
  585. <member name="M:Infragistics.Win.Ink.UltraInkProvider.OnUltraPenInputPanelClosed">
  586. <summary>
  587. Fired by the DropdownManager when the UltraPenInputPanel window closes.
  588. </summary>
  589. </member>
  590. <member name="M:Infragistics.Win.Ink.UltraInkProvider.Infragistics#Win#ISelectionManager#ActivateItem(Infragistics.Shared.ISelectableItem)">
  591. <summary>
  592. Active the specified item.
  593. </summary>
  594. <param name="item"></param>
  595. <returns>True if action was cancelled, otherwise false.</returns>
  596. </member>
  597. <member name="M:Infragistics.Win.Ink.UltraInkProvider.Infragistics#Win#ISelectionManager#GetSelectionStrategy(Infragistics.Shared.ISelectableItem)">
  598. <summary>
  599. Returns the selection strategy for the passed in item
  600. </summary>
  601. </member>
  602. <member name="M:Infragistics.Win.Ink.UltraInkProvider.Infragistics#Win#ISelectionManager#OnDragStart(Infragistics.Shared.ISelectableItem,System.Drawing.Point)">
  603. <summary>
  604. Called when a dragging operation is about to begin.
  605. </summary>
  606. <param name="item"></param>
  607. <param name="mousePosition">The position of the mouse at the start of the drag</param>
  608. <returns>Returns true means that it was handled internally and no further action should be taken</returns>
  609. </member>
  610. <member name="M:Infragistics.Win.Ink.UltraInkProvider.Infragistics#Win#ISelectionManager#SelectItem(Infragistics.Shared.ISelectableItem,System.Boolean)">
  611. <summary>
  612. Select the specified item.
  613. The clearExistingSelection parameter specifies if the existing selection
  614. should be cleared.
  615. Returns true if action was canceled, false otherwise.
  616. </summary>
  617. <param name="item"></param>
  618. <param name="clearExistingSelection"></param>
  619. <returns></returns>
  620. </member>
  621. <member name="M:Infragistics.Win.Ink.UltraInkProvider.Infragistics#Win#ISelectionManager#SelectRange(Infragistics.Shared.ISelectableItem,System.Boolean)">
  622. <summary>
  623. Selecting a range based on the specified item. The clearExistingSelection
  624. parameter specifies if the existing selection should be cleared.
  625. </summary>
  626. <param name="item"></param>
  627. <param name="clearExistingSelection"></param>
  628. <returns></returns>
  629. </member>
  630. <member name="M:Infragistics.Win.Ink.UltraInkProvider.Infragistics#Win#ISelectionManager#SetInitialSelection(Infragistics.Shared.ISelectableItem)">
  631. <summary>
  632. Save initial selection settings for specified type
  633. </summary>
  634. <param name="item"></param>
  635. </member>
  636. <member name="M:Infragistics.Win.Ink.UltraInkProvider.Infragistics#Win#ISelectionManager#SetPivotItem(Infragistics.Shared.ISelectableItem,System.Boolean)">
  637. <summary>
  638. Set the specified item as the pivot item. 'isRangeSelect' specifies if this is part of range selection or not.
  639. </summary>
  640. <param name="item"></param>
  641. <param name="IsRangeSelect"></param>
  642. </member>
  643. <member name="M:Infragistics.Win.Ink.UltraInkProvider.Infragistics#Win#ISelectionManager#TranslateItem(Infragistics.Shared.ISelectableItem@)">
  644. <summary>
  645. Potentially translates the passed-in item to a ISelectableItem of a
  646. different type. For instance, the grid translates a passed-in cell
  647. into its parent row if CellClickAction is CellClickActionRowSelect.
  648. </summary>
  649. </member>
  650. <member name="M:Infragistics.Win.Ink.UltraInkProvider.Infragistics#Win#ISelectionManager#UnselectItem(Infragistics.Shared.ISelectableItem,System.Boolean)">
  651. <summary>
  652. Unselect the specified item.
  653. The clearExistingSelection parameter specifies if the existing selection
  654. should be cleared.
  655. Returns true if action was canceled, false otherwise.
  656. </summary>
  657. <param name="item"></param>
  658. <param name="clearExistingSelection"></param>
  659. <returns></returns>
  660. </member>
  661. <member name="M:Infragistics.Win.Ink.UltraInkProvider.Infragistics#Win#ISelectionManager#UnselectRange(Infragistics.Shared.ISelectableItem,System.Boolean)">
  662. <summary>
  663. Unselect the range from the pivot item to the specified item.
  664. The clearExistingSelection specifies whether or not to clear the existing
  665. selection.
  666. </summary>
  667. <param name="item"></param>
  668. <param name="clearExistingSelection"></param>
  669. <returns></returns>
  670. </member>
  671. <member name="P:Infragistics.Win.Ink.UltraInkProvider.About">
  672. <summary>
  673. Display the about dialog
  674. </summary>
  675. </member>
  676. <member name="E:Infragistics.Win.Ink.UltraInkProvider.PenInputPanelDroppingDown">
  677. <summary>
  678. Occurs when a request is received to display the panel is actually displayed.
  679. </summary>
  680. </member>
  681. <member name="E:Infragistics.Win.Ink.UltraInkProvider.PenInputPanelClosedUp">
  682. <summary>
  683. Occurs after the panel is closed.
  684. </summary>
  685. </member>
  686. <member name="P:Infragistics.Win.Ink.UltraInkProvider.Site">
  687. <summary>
  688. The component's site (set at design time only).
  689. </summary>
  690. </member>
  691. <member name="P:Infragistics.Win.Ink.UltraInkProvider.SubObjectPropChangeHandler">
  692. <summary>
  693. Returns the event handler that notifies OnSubObjectPropChanged
  694. </summary>
  695. </member>
  696. <member name="P:Infragistics.Win.Ink.UltraInkProvider.ActiveMaskCharacterAppearance">
  697. <summary>
  698. Returns or sets the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.Appearance"/> object that controls the formatting of the active mask character. Used only when editing text from masked editors using boxed input.
  699. </summary>
  700. <remarks>
  701. <p class="body">The Appearance property of an object is used to associate the object with an Appearance object that will determine its appearance. The Appearance object has properties that control settings such as color, borders, font, transparency, etc. For many of the objects in UltraWinToolbars, you do not set formatting properties directly. Instead, you set the properties of an Appearance object, which controls the formatting of the object it is attached to.</p>
  702. <p class="body">Note that the properties of an Appearance object can also operate in a hierarchical fashion. Certain properties can be set to a "use default" value, which indicates to the control that the property should take its setting from the object's parent. This functionality is enabled by default, so that unless you specify otherwise, child objects resemble their parents, and formatting set at higher levels of the control hierarchy is inherited by objects lower in the hierarchy.</p>
  703. </remarks>
  704. </member>
  705. <member name="P:Infragistics.Win.Ink.UltraInkProvider.HasActiveMaskCharacterAppearance">
  706. <summary>
  707. Returns a Boolean value that indicates whether an <see cref="T:Infragistics.Win.AppearanceBase"/> object has been created.
  708. </summary>
  709. <remarks>
  710. <p class="body">Returns True when the Appearance object for the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.ActiveMaskCharacterAppearance"/> property has been created; otherwise, returns False.</p>
  711. <p class="body">Use this property to determine whether an <see cref="T:Infragistics.Win.AppearanceBase"/> object has been created. Appearance objects in general are not created until the properties associated with them are accessed.</p>
  712. </remarks>
  713. </member>
  714. <member name="P:Infragistics.Win.Ink.UltraInkProvider.Appearance">
  715. <summary>
  716. Returns or sets the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.Appearance"/> object that controls the object's formatting.
  717. </summary>
  718. <remarks>
  719. <p class="body">The Appearance property of an object is used to associate the object with an Appearance object that will determine its appearance. The Appearance object has properties that control settings such as color, borders, font, transparency, etc. For many of the objects in UltraWinToolbars, you do not set formatting properties directly. Instead, you set the properties of an Appearance object, which controls the formatting of the object it is attached to.</p>
  720. <p class="body">Note that the properties of an Appearance object can also operate in a hierarchical fashion. Certain properties can be set to a "use default" value, which indicates to the control that the property should take its setting from the object's parent. This functionality is enabled by default, so that unless you specify otherwise, child objects resemble their parents, and formatting set at higher levels of the control hierarchy is inherited by objects lower in the hierarchy.</p>
  721. </remarks>
  722. </member>
  723. <member name="P:Infragistics.Win.Ink.UltraInkProvider.HasAppearance">
  724. <summary>
  725. Returns a Boolean value that indicates whether an <see cref="T:Infragistics.Win.AppearanceBase"/> object has been created.
  726. </summary>
  727. <remarks>
  728. <p class="body">Returns True when the Appearance object for the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.Appearance"/> property has been created; otherwise, returns False.</p>
  729. <p class="body">Use this property to determine whether an <see cref="T:Infragistics.Win.AppearanceBase"/> object has been created. Appearance objects in general are not created until the properties associated with them are accessed.</p>
  730. </remarks>
  731. </member>
  732. <member name="P:Infragistics.Win.Ink.UltraInkProvider.Appearances">
  733. <summary>
  734. Returns a collection of user-created Appearance objects.
  735. </summary>
  736. <remarks>
  737. <p class="body">The Appearance property of an object is used to associate the object with an Appearance object that will determine its appearance. The Appearance object has properties that control settings such as color, borders, font, transparency, etc. For many of the objects in UltraWinToolbars, you do not set formatting properties directly. Instead, you set the properties of an Appearance object, which controls the formatting of the object it is attached to.</p>
  738. <p class="body">This property is used to hold a collection of Appearance objects.</p>
  739. </remarks>
  740. </member>
  741. <member name="P:Infragistics.Win.Ink.UltraInkProvider.ContainingControl">
  742. <summary>
  743. Returns the Form or UserControl that this InkProvider component is servicing.
  744. </summary>
  745. </member>
  746. <member name="P:Infragistics.Win.Ink.UltraInkProvider.EventManager">
  747. <summary>
  748. The object that enables, disables and controls firing of specific component events.
  749. </summary>
  750. <remarks>
  751. <p class="body">The EventManager provides a high degree of control over how the control invokes event procedures. You can use it to selectively enable and disable event procedures depending on the context of your application. You can also use the event manager to return information about the state of the control's events.</p>
  752. <p class="body">The event manager's methods are used to determine the enabled state of an event (<see cref="M:Infragistics.Win.Ink.UltraInkProviderEventManager.IsEnabled(Infragistics.Win.Ink.UltraInkProviderEventIds)"/>), to selectively enable or disable events (<see cref="M:Infragistics.Win.Ink.UltraInkProviderEventManager.SetEnabled(Infragistics.Win.Ink.UltraInkProviderEventIds,System.Boolean)"/>), and to determine whether an event procedure is currently being processed (<see cref="M:Infragistics.Win.Ink.UltraInkProviderEventManager.InProgress(Infragistics.Win.Ink.UltraInkProviderEventIds)"/>).</p>
  753. </remarks>
  754. </member>
  755. <member name="P:Infragistics.Win.Ink.UltraInkProvider.GesturePanelAppearance">
  756. <summary>
  757. Returns or sets the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.Appearance"/> object that controls the formatting of the GesturePanel.
  758. </summary>
  759. <remarks>
  760. <p class="body">The Appearance property of an object is used to associate the object with an Appearance object that will determine its appearance. The Appearance object has properties that control settings such as color, borders, font, transparency, etc. For many of the objects in UltraWinToolbars, you do not set formatting properties directly. Instead, you set the properties of an Appearance object, which controls the formatting of the object it is attached to.</p>
  761. <p class="body">Note that the properties of an Appearance object can also operate in a hierarchical fashion. Certain properties can be set to a "use default" value, which indicates to the control that the property should take its setting from the object's parent. This functionality is enabled by default, so that unless you specify otherwise, child objects resemble their parents, and formatting set at higher levels of the control hierarchy is inherited by objects lower in the hierarchy.</p>
  762. </remarks>
  763. </member>
  764. <member name="P:Infragistics.Win.Ink.UltraInkProvider.HasGesturePanelAppearance">
  765. <summary>
  766. Returns a Boolean value that indicates whether an <see cref="T:Infragistics.Win.AppearanceBase"/> object has been created.
  767. </summary>
  768. <remarks>
  769. <p class="body">Returns True when the Appearance object for the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.GesturePanelAppearance"/> property has been created; otherwise, returns False.</p>
  770. <p class="body">Use this property to determine whether an <see cref="T:Infragistics.Win.AppearanceBase"/> object has been created. Appearance objects in general are not created until the properties associated with them are accessed.</p>
  771. </remarks>
  772. </member>
  773. <member name="P:Infragistics.Win.Ink.UltraInkProvider.InkAreaAppearance">
  774. <summary>
  775. Returns or sets the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.Appearance"/> object that controls the formatting of the InkArea.
  776. </summary>
  777. <remarks>
  778. <p class="body">The Appearance property of an object is used to associate the object with an Appearance object that will determine its appearance. The Appearance object has properties that control settings such as color, borders, font, transparency, etc. For many of the objects in UltraWinToolbars, you do not set formatting properties directly. Instead, you set the properties of an Appearance object, which controls the formatting of the object it is attached to.</p>
  779. <p class="body">Note that the properties of an Appearance object can also operate in a hierarchical fashion. Certain properties can be set to a "use default" value, which indicates to the control that the property should take its setting from the object's parent. This functionality is enabled by default, so that unless you specify otherwise, child objects resemble their parents, and formatting set at higher levels of the control hierarchy is inherited by objects lower in the hierarchy.</p>
  780. </remarks>
  781. </member>
  782. <member name="P:Infragistics.Win.Ink.UltraInkProvider.HasInkAreaAppearance">
  783. <summary>
  784. Returns a Boolean value that indicates whether an <see cref="T:Infragistics.Win.AppearanceBase"/> object has been created.
  785. </summary>
  786. <remarks>
  787. <p class="body">Returns True when the Appearance object for the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.InkAreaAppearance"/> property has been created; otherwise, returns False.</p>
  788. <p class="body">Use this property to determine whether an <see cref="T:Infragistics.Win.AppearanceBase"/> object has been created. Appearance objects in general are not created until the properties associated with them are accessed.</p>
  789. </remarks>
  790. </member>
  791. <member name="P:Infragistics.Win.Ink.UltraInkProvider.InputMode">
  792. <summary>
  793. Returns/sets an enumeration that determines the input mode (Ink or Keyboard) of the UltraPenInputPanel
  794. </summary>
  795. </member>
  796. <member name="P:Infragistics.Win.Ink.UltraInkProvider.InputModeSelectable">
  797. <summary>
  798. Returns/sets whether the input mode (Ink or Keyboard) can be selected by the user via buttons on the UltraPenInputPanel.
  799. </summary>
  800. <remarks>
  801. <p class="body">If set to true, buttons are displayed on the UltrPenInputPanel to allow the end user to change the InputMode. If false, not buttons are dislayed and the end user cannot change the InputMode.</p>
  802. </remarks>
  803. </member>
  804. <member name="P:Infragistics.Win.Ink.UltraInkProvider.InvalidMaskCharacterAppearance">
  805. <summary>
  806. Returns or sets the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.Appearance"/> object that controls the formatting of characters whose text does not conform to the editor's mask. Used only when editing text from masked editors using boxed input.
  807. </summary>
  808. <remarks>
  809. <p class="body">The Appearance property of an object is used to associate the object with an Appearance object that will determine its appearance. The Appearance object has properties that control settings such as color, borders, font, transparency, etc. For many of the objects in UltraWinToolbars, you do not set formatting properties directly. Instead, you set the properties of an Appearance object, which controls the formatting of the object it is attached to.</p>
  810. <p class="body">Note that the properties of an Appearance object can also operate in a hierarchical fashion. Certain properties can be set to a "use default" value, which indicates to the control that the property should take its setting from the object's parent. This functionality is enabled by default, so that unless you specify otherwise, child objects resemble their parents, and formatting set at higher levels of the control hierarchy is inherited by objects lower in the hierarchy.</p>
  811. </remarks>
  812. </member>
  813. <member name="P:Infragistics.Win.Ink.UltraInkProvider.HasInvalidMaskCharacterAppearance">
  814. <summary>
  815. Returns a Boolean value that indicates whether an <see cref="T:Infragistics.Win.AppearanceBase"/> object has been created.
  816. </summary>
  817. <remarks>
  818. <p class="body">Returns True when the Appearance object for the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.InvalidMaskCharacterAppearance"/> property has been created; otherwise, returns False.</p>
  819. <p class="body">Use this property to determine whether an <see cref="T:Infragistics.Win.AppearanceBase"/> object has been created. Appearance objects in general are not created until the properties associated with them are accessed.</p>
  820. </remarks>
  821. </member>
  822. <member name="P:Infragistics.Win.Ink.UltraInkProvider.IsInkRecognitionAvailable">
  823. <summary>
  824. Returns true if Recognizers are installed on the system and available. Otherwise, returns false.
  825. </summary>
  826. <remarks>
  827. <p class="body">If recognizers are not available, the UltraPenInputPanel displays 'Ink Recognition NotAvailable'
  828. in the ink area and 'Gestures N/A' in the GesturePanel (if visible).</p>
  829. </remarks>
  830. </member>
  831. <member name="P:Infragistics.Win.Ink.UltraInkProvider.IsPenInputPanelPoppedUp">
  832. <summary>
  833. Returns true if the UltraPenInputPanel is currently popped up. Otherwise returns false.
  834. </summary>
  835. </member>
  836. <member name="P:Infragistics.Win.Ink.UltraInkProvider.IsTextDirty">
  837. <summary>
  838. Returns true if the UltraPenInputPanel is currently popped up and the text is dirty. Otherwise returns false.
  839. </summary>
  840. </member>
  841. <member name="P:Infragistics.Win.Ink.UltraInkProvider.MaskCharacterAppearance">
  842. <summary>
  843. Returns or sets the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.Appearance"/> object that controls the formatting of mask characters. Used only when editing text from masked editors using boxed input.
  844. </summary>
  845. <remarks>
  846. <p class="body">The Appearance property of an object is used to associate the object with an Appearance object that will determine its appearance. The Appearance object has properties that control settings such as color, borders, font, transparency, etc. For many of the objects in UltraWinToolbars, you do not set formatting properties directly. Instead, you set the properties of an Appearance object, which controls the formatting of the object it is attached to.</p>
  847. <p class="body">Note that the properties of an Appearance object can also operate in a hierarchical fashion. Certain properties can be set to a "use default" value, which indicates to the control that the property should take its setting from the object's parent. This functionality is enabled by default, so that unless you specify otherwise, child objects resemble their parents, and formatting set at higher levels of the control hierarchy is inherited by objects lower in the hierarchy.</p>
  848. </remarks>
  849. </member>
  850. <member name="P:Infragistics.Win.Ink.UltraInkProvider.HasMaskCharacterAppearance">
  851. <summary>
  852. Returns a Boolean value that indicates whether an <see cref="T:Infragistics.Win.AppearanceBase"/> object has been created.
  853. </summary>
  854. <remarks>
  855. <p class="body">Returns True when the Appearance object for the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.MaskCharacterAppearance"/> property has been created; otherwise, returns False.</p>
  856. <p class="body">Use this property to determine whether an <see cref="T:Infragistics.Win.AppearanceBase"/> object has been created. Appearance objects in general are not created until the properties associated with them are accessed.</p>
  857. </remarks>
  858. </member>
  859. <member name="P:Infragistics.Win.Ink.UltraInkProvider.PenPressureIgnored">
  860. <summary>
  861. Returns/sets a value that determines whether pen pressure is reflected in the rendering of ink strokes.
  862. </summary>
  863. </member>
  864. <member name="P:Infragistics.Win.Ink.UltraInkProvider.PenThickness">
  865. <summary>
  866. Returns/sets a value that determines the thickness used (in pixels) when rendering pen strokes.
  867. Valid values range from 1 to 20 pixels.
  868. </summary>
  869. </member>
  870. <member name="P:Infragistics.Win.Ink.UltraInkProvider.ShowGesturePanel">
  871. <summary>
  872. Returns/sets whether the GesturePanel is shown. The GesturePanel allows entry of application gestures to perform various editing functions.
  873. </summary>
  874. <remarks>
  875. <p class="body">If set to true, a panel is displayed in the ink area that allows the user to enter gestures with the pen to control editing of the text.</p>
  876. </remarks>
  877. </member>
  878. <member name="P:Infragistics.Win.Ink.UltraInkProvider.TextAreaAppearance">
  879. <summary>
  880. Returns or sets the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.Appearance"/> object that controls the formatting of the TextArea.
  881. </summary>
  882. <remarks>
  883. <p class="body">The Appearance property of an object is used to associate the object with an Appearance object that will determine its appearance. The Appearance object has properties that control settings such as color, borders, font, transparency, etc. For many of the objects in UltraWinToolbars, you do not set formatting properties directly. Instead, you set the properties of an Appearance object, which controls the formatting of the object it is attached to.</p>
  884. <p class="body">Note that the properties of an Appearance object can also operate in a hierarchical fashion. Certain properties can be set to a "use default" value, which indicates to the control that the property should take its setting from the object's parent. This functionality is enabled by default, so that unless you specify otherwise, child objects resemble their parents, and formatting set at higher levels of the control hierarchy is inherited by objects lower in the hierarchy.</p>
  885. </remarks>
  886. </member>
  887. <member name="P:Infragistics.Win.Ink.UltraInkProvider.HasTextAreaAppearance">
  888. <summary>
  889. Returns a Boolean value that indicates whether an <see cref="T:Infragistics.Win.AppearanceBase"/> object has been created.
  890. </summary>
  891. <remarks>
  892. <p class="body">Returns True when the Appearance object for the <see cref="P:Infragistics.Win.Ink.UltraInkProvider.TextAreaAppearance"/> property has been created; otherwise, returns False.</p>
  893. <p class="body">Use this property to determine whether an <see cref="T:Infragistics.Win.AppearanceBase"/> object has been created. Appearance objects in general are not created until the properties associated with them are accessed.</p>
  894. </remarks>
  895. </member>
  896. <member name="P:Infragistics.Win.Ink.UltraInkProvider.TextRecognitionDelay">
  897. <summary>
  898. Returns/sets a value that determines the delay (in milliseconds) between the last stroke entered and the start of the text recognition process.
  899. Valid values range from 300 to 10000 milliseconds.
  900. </summary>
  901. </member>
  902. <member name="P:Infragistics.Win.Ink.UltraInkProvider.ShowInkButton">
  903. <summary>
  904. Determines when to show the Ink Button on Editors
  905. </summary>
  906. <remarks>
  907. This property determines when to show the Ink Button on any editors serviced by this Ink Provider.
  908. </remarks>
  909. </member>
  910. <member name="P:Infragistics.Win.Ink.UltraInkProvider.Infragistics#Win#IImageListProvider#ImageList">
  911. <summary>
  912. Returns null.
  913. </summary>
  914. </member>
  915. <member name="T:Infragistics.Win.Ink.Design.UltraInkProviderDesigner">
  916. <summary>
  917. Provides design-time support for the <see cref="T:Infragistics.Win.Ink.UltraInkProvider"/> component.
  918. </summary>
  919. </member>
  920. <member name="P:Infragistics.Win.Ink.Design.UltraInkProviderDesigner.ActionLists">
  921. <summary>
  922. Gets the <see cref="T:System.ComponentModel.Design.DesignerActionListCollection"/> for this designer's control/component.
  923. </summary>
  924. </member>
  925. <member name="T:Infragistics.Win.Ink.Design.UltraInkProviderDesigner.UltraInkProviderActionList">
  926. <summary>
  927. Provides DesignerActionItems for the SmartTag associated with the UltraInkProvider.
  928. </summary>
  929. </member>
  930. <member name="M:Infragistics.Win.Ink.Design.UltraInkProviderDesigner.UltraInkProviderActionList.#ctor(Infragistics.Win.Ink.UltraInkProvider)">
  931. <summary>
  932. Constructor
  933. </summary>
  934. <param name="product">The UltraInkProvider</param>
  935. </member>
  936. <member name="M:Infragistics.Win.Ink.Design.UltraInkProviderDesigner.UltraInkProviderActionList.CreateActionItems(System.ComponentModel.Design.DesignerActionItemCollection)">
  937. <summary>
  938. Overrides CreateActionItems.
  939. </summary>
  940. <param name="actionItems">The list to populate.</param>
  941. </member>
  942. <member name="P:Infragistics.Win.Ink.Design.UltraInkProviderDesigner.UltraInkProviderActionList.InputMode">
  943. <summary>
  944. Used by SmartTag Panel.
  945. </summary>
  946. </member>
  947. <member name="P:Infragistics.Win.Ink.Design.UltraInkProviderDesigner.UltraInkProviderActionList.PenPressureIgnored">
  948. <summary>
  949. Used by SmartTag Panel.
  950. </summary>
  951. </member>
  952. <member name="P:Infragistics.Win.Ink.Design.UltraInkProviderDesigner.UltraInkProviderActionList.ShowInkButton">
  953. <summary>
  954. Used by SmartTag Panel.
  955. </summary>
  956. </member>
  957. <member name="T:Infragistics.Win.Ink.ButtonAreaUIElement">
  958. <summary>
  959. Summary description for ButtonAreaUIElement.
  960. </summary>
  961. </member>
  962. <member name="M:Infragistics.Win.Ink.ButtonAreaUIElement.#ctor(Infragistics.Win.UIElement)">
  963. <summary>
  964. ButtonAreaUIElement
  965. </summary>
  966. <param name="parent">The parent element</param>
  967. </member>
  968. <member name="M:Infragistics.Win.Ink.ButtonAreaUIElement.DrawBackColor(Infragistics.Win.UIElementDrawParams@)">
  969. <summary>
  970. Do nothing.
  971. </summary>
  972. <param name="drawParams">The <see cref="T:Infragistics.Win.UIElementDrawParams"/> used to provide rendering information.</param>
  973. </member>
  974. <member name="M:Infragistics.Win.Ink.ButtonAreaUIElement.DrawImageBackground(Infragistics.Win.UIElementDrawParams@)">
  975. <summary>
  976. Does nothing
  977. </summary>
  978. <param name="drawParams">The <see cref="T:Infragistics.Win.UIElementDrawParams"/> used to provide rendering information.</param>
  979. </member>
  980. <member name="M:Infragistics.Win.Ink.ButtonAreaUIElement.PositionChildElements">
  981. <summary>
  982. Creates/verifies the child UI elements for the control.
  983. </summary>
  984. </member>
  985. <member name="P:Infragistics.Win.Ink.ButtonAreaUIElement.IsAccessibleElement">
  986. <summary>
  987. Indicates if the element supports accessibility
  988. </summary>
  989. </member>
  990. <member name="P:Infragistics.Win.Ink.ButtonAreaUIElement.AccessibilityInstance">
  991. <summary>
  992. Returns the accessible object that represents the element or its associated object.
  993. </summary>
  994. </member>
  995. <member name="T:Infragistics.Win.Ink.CharacterCellUIElement">
  996. <summary>
  997. Summary description for CharacterCellUIElement.
  998. </summary>
  999. </member>
  1000. <member name="M:Infragistics.Win.Ink.CharacterCellUIElement.#ctor(Infragistics.Win.UIElement,System.Int32)">
  1001. <summary>
  1002. CharacterCellUIElement
  1003. </summary>
  1004. <param name="parent">The parent element</param>
  1005. <param name="characterIndex">The index of the character represented by the element.</param>
  1006. </member>
  1007. <member name="M:Infragistics.Win.Ink.CharacterCellUIElement.DrawForeground(Infragistics.Win.UIElementDrawParams@)">
  1008. <summary>
  1009. Draw foreground.
  1010. </summary>
  1011. <param name="drawParams">The <see cref="T:Infragistics.Win.UIElementDrawParams"/> used to provide rendering information.</param>
  1012. </member>
  1013. <member name="M:Infragistics.Win.Ink.CharacterCellUIElement.InitAppearance(Infragistics.Win.AppearanceData@,Infragistics.Win.AppearancePropFlags@)">
  1014. <summary>
  1015. Initializes the appearance for the element.
  1016. </summary>
  1017. <param name="appearance">The appearance structure to initialize.</param>
  1018. <param name="requestedProps">The appearance properties to resolve.</param>
  1019. </member>
  1020. <member name="M:Infragistics.Win.Ink.CharacterCellUIElement.OnMouseDown(System.Windows.Forms.MouseEventArgs,System.Boolean,Infragistics.Win.UIElement@)">
  1021. <summary>
  1022. Called when the mouse down message is received over the element.
  1023. </summary>
  1024. <param name="e">Mouse event arguments</param>
  1025. <param name="adjustableArea">True if left clicked over adjustable area of element.</param>
  1026. <param name="captureMouseForElement">If not null on return will capture the mouse and forward all mouse messages to this element.</param>
  1027. <returns>If true then bypass default processing</returns>
  1028. </member>
  1029. <member name="M:Infragistics.Win.Ink.CharacterCellUIElement.GetContext(System.Type,System.Boolean)">
  1030. <summary>
  1031. Returns an object of requested type that relates to the element or null.System.Object
  1032. </summary>
  1033. <param name="type">The requested type or null to pick up default context object.</param>
  1034. <param name="checkParentElementContexts">If true will walk up the parent chain looking for the context.</param>
  1035. <returns>System.Object</returns>
  1036. </member>
  1037. <member name="P:Infragistics.Win.Ink.CharacterCellUIElement.SelectableItem">
  1038. <summary>
  1039. Return 'this' as thje selectable item.
  1040. </summary>
  1041. </member>
  1042. <member name="P:Infragistics.Win.Ink.CharacterCellUIElement.IsAccessibleElement">
  1043. <summary>
  1044. Indicates if the element supports accessibility
  1045. </summary>
  1046. </member>
  1047. <member name="P:Infragistics.Win.Ink.CharacterCellUIElement.AccessibilityInstance">
  1048. <summary>
  1049. Returns the accessible object that represents the element or its associated object.
  1050. </summary>
  1051. </member>
  1052. <member name="P:Infragistics.Win.Ink.CharacterCellUIElement.CharacterIndex">
  1053. <summary>
  1054. Returns the index of the character represented by the element.
  1055. </summary>
  1056. </member>
  1057. <member name="P:Infragistics.Win.Ink.CharacterCellUIElement.Selected">
  1058. <summary>
  1059. Determines whether the character represented by the element is selected.
  1060. </summary>
  1061. </member>
  1062. <member name="P:Infragistics.Win.Ink.CharacterCellUIElement.Infragistics#Shared#ISelectableItem#IsSelectable">
  1063. <summary>
  1064. Indicates if the character represented by the element can be selected.
  1065. </summary>
  1066. </member>
  1067. <member name="P:Infragistics.Win.Ink.CharacterCellUIElement.Infragistics#Shared#ISelectableItem#IsSelected">
  1068. <summary>
  1069. Indicates if the character represented by the element is currently selected.
  1070. </summary>
  1071. </member>
  1072. <member name="P:Infragistics.Win.Ink.CharacterCellUIElement.Infragistics#Shared#ISelectableItem#IsDraggable">
  1073. <summary>
  1074. Indicates if the character represented by the element is draggable.
  1075. </summary>
  1076. </member>
  1077. <member name="P:Infragistics.Win.Ink.CharacterCellUIElement.Infragistics#Shared#ISelectableItem#IsTabStop">
  1078. <summary>
  1079. Indicates if the character represented by the element can be navigated to using the Tab key.
  1080. </summary>
  1081. </member>
  1082. <member name="T:Infragistics.Win.Ink.CharacterCellUIElement.CharacterCellAccessibleObject">
  1083. <summary>
  1084. Accesible object representing a single character.
  1085. </summary>
  1086. </member>
  1087. <member name="M:Infragistics.Win.Ink.CharacterCellUIElement.CharacterCellAccessibleObject.#ctor(Infragistics.Win.Ink.CharacterCellUIElement)">
  1088. <summary>
  1089. Initializes a new <see cref="T:Infragistics.Win.Ink.CharacterCellUIElement.CharacterCellAccessibleObject"/>
  1090. </summary>
  1091. <param name="character">Associated element</param>
  1092. </member>
  1093. <member name="M:Infragistics.Win.Ink.CharacterCellUIElement.CharacterCellAccessibleObject.Select(System.Windows.Forms.AccessibleSelection)">
  1094. <summary>
  1095. Modifies the selection or moves the keyboard focus of the accessible object
  1096. </summary>
  1097. <param name="flags">One of the <b>AccessibleSelection</b> values</param>
  1098. </member>
  1099. <member name="P:Infragistics.Win.Ink.CharacterCellUIElement.CharacterCellAccessibleObject.Value">
  1100. <summary>
  1101. Returns the name of the accessible object.
  1102. </summary>
  1103. </member>
  1104. <member name="P:Infragistics.Win.Ink.CharacterCellUIElement.CharacterCellAccessibleObject.State">
  1105. <summary>
  1106. Returns the state of the accessible object.
  1107. </summary>
  1108. </member>
  1109. <member name="T:Infragistics.Win.Ink.PenInputPanelColors">
  1110. <summary>
  1111. PenInputPanelColors
  1112. </summary>
  1113. </member>
  1114. <member name="P:Infragistics.Win.Ink.PenInputPanelColors.ControlBorderLeftOuter">
  1115. <summary>
  1116. ControlBorderLeftOuter
  1117. </summary>
  1118. </member>
  1119. <member name="P:Infragistics.Win.Ink.PenInputPanelColors.ControlBorderLeftInner">
  1120. <summary>
  1121. ControlBorderLeftInner
  1122. </summary>
  1123. </member>
  1124. <member name="P:Infragistics.Win.Ink.PenInputPanelColors.ControlBorderTopOuter">
  1125. <summary>
  1126. ControlBorderTopOuter
  1127. </summary>
  1128. </member>
  1129. <member name="P:Infragistics.Win.Ink.PenInputPanelColors.ControlBorderTopInner">
  1130. <summary>
  1131. ControlBorderTopInner
  1132. </summary>
  1133. </member>
  1134. <member name="P:Infragistics.Win.Ink.PenInputPanelColors.ControlBorderRightOuter">
  1135. <summary>
  1136. ControlBorderRightOuter
  1137. </summary>
  1138. </member>
  1139. <member name="P:Infragistics.Win.Ink.PenInputPanelColors.ControlBorderRightInner">
  1140. <summary>
  1141. ControlBorderRightInner
  1142. </summary>
  1143. </member>
  1144. <member name="P:Infragistics.Win.Ink.PenInputPanelColors.ControlBorderBottomOuter">
  1145. <summary>
  1146. ControlBorderBottomOuter
  1147. </summary>
  1148. </member>
  1149. <member name="P:Infragistics.Win.Ink.PenInputPanelColors.ControlBorderBottomInner">
  1150. <summary>
  1151. ControlBorderBottomInner
  1152. </summary>
  1153. </member>
  1154. <member name="P:Infragistics.Win.Ink.PenInputPanelColors.ControlBackground">
  1155. <summary>
  1156. ControlBackground
  1157. </summary>
  1158. </member>
  1159. <member name="P:Infragistics.Win.Ink.PenInputPanelColors.InkCollectorBorder">
  1160. <summary>
  1161. InkCollectorBorder
  1162. </summary>
  1163. </member>
  1164. <member name="P:Infragistics.Win.Ink.PenInputPanelColors.InkAreaBackground">
  1165. <summary>
  1166. InkAreaBackground
  1167. </summary>
  1168. </member>
  1169. <member name="P:Infragistics.Win.Ink.PenInputPanelColors.InkCollectorGradientDark">
  1170. <summary>
  1171. InkCollectorGradientDark
  1172. </summary>
  1173. </member>
  1174. <member name="P:Infragistics.Win.Ink.PenInputPanelColors.InkCollectorGradientDark2">
  1175. <summary>
  1176. InkCollectorGradientDark2
  1177. </summary>
  1178. </member>
  1179. <member name="P:Infragistics.Win.Ink.PenInputPanelColors.InkCollectorGradientDark3">
  1180. <summary>
  1181. InkCollectorGradientDark3
  1182. </summary>
  1183. </member>
  1184. <member name="P:Infragistics.Win.Ink.PenInputPanelColors.InkCollectorGradientLight">
  1185. <summary>
  1186. InkCollectorGradientLight
  1187. </summary>
  1188. </member>
  1189. <member name="P:Infragistics.Win.Ink.PenInputPanelColors.KeyboardAreaBackground">
  1190. <summary>
  1191. KeyboardAreaBackground
  1192. </summary>
  1193. </member>
  1194. <member name="P:Infragistics.Win.Ink.PenInputPanelColors.MainAreaBackground">
  1195. <summary>
  1196. MainAreaBackground
  1197. </summary>
  1198. </member>
  1199. <member name="P:Infragistics.Win.Ink.PenInputPanelColors.SystemButtonAreaBackground">
  1200. <summary>
  1201. SystemButtonAreaBackground
  1202. </summary>
  1203. </member>
  1204. <member name="P:Infragistics.Win.Ink.PenInputPanelColors.TextAreaBackground">
  1205. <summary>
  1206. TextAreaBackground
  1207. </summary>
  1208. </member>
  1209. <member name="P:Infragistics.Win.Ink.PenInputPanelColors.TextAreaBorder">
  1210. <summary>
  1211. TextAreaBorder
  1212. </summary>
  1213. </member>
  1214. <member name="T:Infragistics.Win.Ink.CommandButtonDescriptor">
  1215. <summary>
  1216. Summary description for CommandButtonDescriptor.
  1217. </summary>
  1218. </member>
  1219. <member name="M:Infragistics.Win.Ink.CommandButtonDescriptor.#ctor(Infragistics.Win.Ink.CommandButtonRole,Infragistics.Win.Ink.CommandButtonAction,System.Windows.Forms.Keys,System.String,System.String,Infragistics.Win.Ink.CommandButtonDisplayStyle)">
  1220. <summary>
  1221. Constructor (all settings)
  1222. </summary>
  1223. <param name="role">The role that the button is to perform.</param>
  1224. <param name="action">A CommandButtonAction enumeration describing the button's action (if role is 'PerformAction') or string.empty (if the role is 'SimulateKey').</param>
  1225. <param name="key">A member of the Keys enumeration (if the role is 'SimulateKey') or Keys.None (if role is 'PerformAction').</param>
  1226. <param name="textUnshifted">The text to display for the button when the role is 'SimulateKey' and the keyboard is unshifted. Also used when the role is PerformAction.</param>
  1227. <param name="textShifted">The text to display for the button when the role is 'SimulateKey' and the keyboard is shifted.</param>
  1228. <param name="displayStyle">Determines what is displayed in the button.</param>
  1229. </member>
  1230. <member name="M:Infragistics.Win.Ink.CommandButtonDescriptor.#ctor(System.Windows.Forms.Keys,System.String,System.String,Infragistics.Win.Ink.CommandButtonDisplayStyle)">
  1231. <summary>
  1232. Constructor (Command Button role SimulateKey)
  1233. </summary>
  1234. <param name="key">A member of the Keys enumeration (if the role is 'SimulateKey') or Keys.None (if role is 'PerformAction').</param>
  1235. <param name="textUnshifted">The text to display for the button when the role is 'SimulateKey' and the keyboard is unshifted. Also used when the role is PerformAction.</param>
  1236. <param name="textShifted">The text to display for the button when the role is 'SimulateKey' and the keyboard is shifted.</param>
  1237. <param name="displayStyle">Determines what is dislayed in the button.</param>
  1238. </member>
  1239. <member name="M:Infragistics.Win.Ink.CommandButtonDescriptor.#ctor(Infragistics.Win.Ink.CommandButtonAction,System.String,System.String,Infragistics.Win.Ink.CommandButtonDisplayStyle)">
  1240. <summary>
  1241. Constructor (Command Button role PerformAction)
  1242. </summary>
  1243. <param name="action">A CommandButtonAction enumeration describing the button's action (if role is 'PerformAction') or string.empty (if the role is 'SimulateKey').</param>
  1244. <param name="textUnshifted">The text to display for the button when the role is 'SimulateKey' and the keyboard is unshifted. Also used when the role is PerformAction.</param>
  1245. <param name="textShifted">The text to display for the button when the role is 'SimulateKey' and the keyboard is shifted.</param>
  1246. <param name="displayStyle">Determines what is dislayed in the button.</param>
  1247. </member>
  1248. <member name="M:Infragistics.Win.Ink.CommandButtonExUIElement.ButtonClick">
  1249. <summary>
  1250. Invoked when the button has been clicked.
  1251. </summary>
  1252. <returns>True to prevent the base implementation from being invoked.</returns>
  1253. </member>
  1254. <member name="M:Infragistics.Win.Ink.CommandButtonExUIElement.DrawForeground(Infragistics.Win.UIElementDrawParams@)">
  1255. <summary>
  1256. Draw foreground.
  1257. </summary>
  1258. <param name="drawParams">The <see cref="T:Infragistics.Win.UIElementDrawParams"/> used to provide rendering information.</param>
  1259. </member>
  1260. <member name="M:Infragistics.Win.Ink.CommandButtonExUIElement.DrawTheme(Infragistics.Win.UIElementDrawParams@)">
  1261. <summary>
  1262. Draws the themed part of the element.
  1263. </summary>
  1264. <param name="drawParams">The <see cref="T:Infragistics.Win.UIElementDrawParams"/> used to provide rendering information.</param>
  1265. </member>
  1266. <member name="M:Infragistics.Win.Ink.CommandButtonExUIElement.InitAppearance(Infragistics.Win.AppearanceData@,Infragistics.Win.AppearancePropFlags@)">
  1267. <summary>
  1268. Initializes the appearance for the element.
  1269. </summary>
  1270. <param name="appearance">The appearance structure to initialize.</param>
  1271. <param name="requestedProps">The appearance properties to resolve.</param>
  1272. </member>
  1273. <member name="P:Infragistics.Win.Ink.CommandButtonExUIElement.IsAccessibleElement">
  1274. <summary>
  1275. Indicates if the element supports accessibility
  1276. </summary>
  1277. </member>
  1278. <member name="M:Infragistics.Win.Ink.CommandButtonUIElement.#ctor(Infragistics.Win.UIElement,Infragistics.Win.Ink.CommandButtonFontSize,Infragistics.Win.HAlign,Infragistics.Win.VAlign,System.Drawing.Image,Infragistics.Win.UIElementButtonType,Infragistics.Win.Ink.CommandButtonDescriptor)">
  1279. <summary>
  1280. Constructor (for buttons with image and text)
  1281. </summary>
  1282. <param name="parentElement">The parent element</param>
  1283. <param name="fontSize"></param>
  1284. <param name="textHAlign"></param>
  1285. <param name="textVAlign"></param>
  1286. <param name="image"></param>
  1287. <param name="buttonType"></param>
  1288. <param name="commandButtonDescriptor"></param>
  1289. </member>
  1290. <member name="M:Infragistics.Win.Ink.CommandButtonUIElement.#ctor(Infragistics.Win.UIElement,Infragistics.Win.Ink.CommandButtonFontSize,Infragistics.Win.HAlign,Infragistics.Win.VAlign,Infragistics.Win.UIElementButtonType,Infragistics.Win.Ink.CommandButtonDescriptor)">
  1291. <summary>
  1292. Constructor (for text-only buttons)
  1293. </summary>
  1294. <param name="parentElement">The parent element</param>
  1295. <param name="fontSize"></param>
  1296. <param name="textHAlign"></param>
  1297. <param name="textVAlign"></param>
  1298. <param name="buttonType"></param>
  1299. <param name="commandButtonDescriptor"></param>
  1300. </member>
  1301. <member name="M:Infragistics.Win.Ink.CommandButtonUIElement.#ctor(Infragistics.Win.UIElement,Infragistics.Win.UIElementButtonType,Infragistics.Win.Ink.CommandButtonDescriptor)">
  1302. <summary>
  1303. Constructor (for text-only buttons with default text alignment and font size - i.e., center bottom and 8)
  1304. </summary>
  1305. <param name="parentElement">The parent element</param>
  1306. <param name="buttonType"></param>
  1307. <param name="commandButtonDescriptor"></param>
  1308. </member>
  1309. <member name="M:Infragistics.Win.Ink.CommandButtonUIElement.#ctor(Infragistics.Win.UIElement,Infragistics.Win.Ink.CommandButtonFontSize,Infragistics.Win.UIElementButtonType,Infragistics.Win.Ink.CommandButtonDescriptor)">
  1310. <summary>
  1311. Constructor (for text-only buttons with default text alignment - i.e., center bottom)
  1312. </summary>
  1313. <param name="parentElement">The parent element</param>
  1314. <param name="fontSize"></param>
  1315. <param name="buttonType"></param>
  1316. <param name="commandButtonDescriptor"></param>
  1317. </member>
  1318. <member name="M:Infragistics.Win.Ink.CommandButtonUIElement.#ctor(Infragistics.Win.UIElement,System.Drawing.Image,Infragistics.Win.UIElementButtonType,Infragistics.Win.Ink.CommandButtonDescriptor)">
  1319. <summary>
  1320. Constructor (for image-only buttons)
  1321. </summary>
  1322. <param name="parentElement">The parent element</param>
  1323. <param name="image"></param>
  1324. <param name="buttonType"></param>
  1325. <param name="commandButtonDescriptor"></param>
  1326. </member>
  1327. <member name="M:Infragistics.Win.Ink.CommandButtonUIElement.ButtonClick">
  1328. <summary>
  1329. Invoked when the button has been clicked.
  1330. </summary>
  1331. <returns>True to prevent the base implementation from being invoked.</returns>
  1332. </member>
  1333. <member name="M:Infragistics.Win.Ink.CommandButtonUIElement.InitAppearance(Infragistics.Win.AppearanceData@,Infragistics.Win.AppearancePropFlags@)">
  1334. <summary>
  1335. Initializes the appearance for the element.
  1336. </summary>
  1337. <param name="appearance">The appearance structure to initialize.</param>
  1338. <param name="requestedProps">The appearance properties to resolve.</param>
  1339. </member>
  1340. <member name="M:Infragistics.Win.Ink.CommandButtonUIElement.OnBeforeDraw">
  1341. <summary>
  1342. A virtual method that gets called before the element draw process starts.
  1343. </summary>
  1344. </member>
  1345. <member name="M:Infragistics.Win.Ink.CommandButtonUIElement.Initialize(Infragistics.Win.Ink.CommandButtonFontSize,Infragistics.Win.HAlign,Infragistics.Win.VAlign,System.Drawing.Image,Infragistics.Win.Ink.CommandButtonDescriptor)">
  1346. <summary>
  1347. Initialize the element (all settings).
  1348. </summary>
  1349. <param name="fontSize"></param>
  1350. <param name="textHAlign"></param>
  1351. <param name="textVAlign"></param>
  1352. <param name="image"></param>
  1353. <param name="commandButtonDescriptor"></param>
  1354. </member>
  1355. <member name="M:Infragistics.Win.Ink.CommandButtonUIElement.Initialize(Infragistics.Win.Ink.CommandButtonFontSize,Infragistics.Win.HAlign,Infragistics.Win.VAlign,Infragistics.Win.Ink.CommandButtonDescriptor)">
  1356. <summary>
  1357. Initialize the element (text-only button settings).
  1358. </summary>
  1359. <param name="fontSize"></param>
  1360. <param name="textHAlign"></param>
  1361. <param name="textVAlign"></param>
  1362. <param name="commandButtonDescriptor"></param>
  1363. </member>
  1364. <member name="M:Infragistics.Win.Ink.CommandButtonUIElement.Initialize(System.Drawing.Image,Infragistics.Win.Ink.CommandButtonDescriptor)">
  1365. <summary>
  1366. Initialize the element (image-only button settings).
  1367. </summary>
  1368. <param name="image"></param>
  1369. <param name="commandButtonDescriptor"></param>
  1370. </member>
  1371. <member name="P:Infragistics.Win.Ink.CommandButtonUIElement.CanClickButton">
  1372. <summary>
  1373. Returns whether the button may be pressed.
  1374. </summary>
  1375. </member>
  1376. <member name="P:Infragistics.Win.Ink.CommandButtonUIElement.Enabled">
  1377. <summary>
  1378. Gets/sets whether this element is enabled.
  1379. </summary>
  1380. </member>
  1381. <member name="P:Infragistics.Win.Ink.CommandButtonUIElement.WantsMouseHoverNotification">
  1382. <summary>
  1383. Return true if this element wants to be notified when the mouse hovers over it. This property is read-only.
  1384. </summary>
  1385. <remarks>The default implemenation returns false. This should be overridden by elements that want their OnMouseHover method to be called.</remarks>
  1386. </member>
  1387. <member name="P:Infragistics.Win.Ink.CommandButtonUIElement.IsAccessibleElement">
  1388. <summary>
  1389. Indicates if the element supports accessibility
  1390. </summary>
  1391. </member>
  1392. <member name="T:Infragistics.Win.Ink.CorrectionButtonUIElement">
  1393. <summary>
  1394. Summary description for CorrectionButtonUIElement.
  1395. </summary>
  1396. </member>
  1397. <member name="M:Infragistics.Win.Ink.CorrectionButtonUIElement.#ctor(Infragistics.Win.UIElement,System.Drawing.Image,Infragistics.Win.UIElementButtonType,Infragistics.Win.Ink.Segment)">
  1398. <summary>
  1399. Constructor
  1400. </summary>
  1401. <param name="parentElement">The parent element</param>
  1402. <param name="image"></param>
  1403. <param name="buttonType"></param>
  1404. <param name="segment"></param>
  1405. </member>
  1406. <member name="M:Infragistics.Win.Ink.CorrectionButtonUIElement.ButtonClick">
  1407. <summary>
  1408. Invoked when the button has been clicked.
  1409. </summary>
  1410. <returns>True to prevent the base implementation from being invoked.</returns>
  1411. </member>
  1412. <member name="M:Infragistics.Win.Ink.CorrectionButtonUIElement.InitAppearance(Infragistics.Win.AppearanceData@,Infragistics.Win.AppearancePropFlags@)">
  1413. <summary>
  1414. Initializes the appearance for the element.
  1415. </summary>
  1416. <param name="appearance">The appearance structure to initialize.</param>
  1417. <param name="requestedProps">The appearance properties to resolve.</param>
  1418. </member>
  1419. <member name="P:Infragistics.Win.Ink.CorrectionButtonUIElement.ButtonStyle">
  1420. <summary>
  1421. Returns the style of the button element.
  1422. </summary>
  1423. </member>
  1424. <member name="P:Infragistics.Win.Ink.CorrectionButtonUIElement.IsAccessibleElement">
  1425. <summary>
  1426. Indicates if the element supports accessibility
  1427. </summary>
  1428. </member>
  1429. <member name="P:Infragistics.Win.Ink.CorrectionButtonUIElement.AccessibilityInstance">
  1430. <summary>
  1431. Returns the accessible object that represents the element or its associated object.
  1432. </summary>
  1433. </member>
  1434. <member name="T:Infragistics.Win.Ink.DialogButtonAreaUIElement">
  1435. <summary>
  1436. Summary description for DialogButtonAreaUIElement.
  1437. </summary>
  1438. </member>
  1439. <member name="M:Infragistics.Win.Ink.DialogButtonAreaUIElement.#ctor(Infragistics.Win.UIElement)">
  1440. <summary>
  1441. DialogButtonAreaUIElement
  1442. </summary>
  1443. <param name="parent">The parent element</param>
  1444. </member>
  1445. <member name="T:Infragistics.Win.Ink.CommandButtonRole">
  1446. <summary>
  1447. Enumerator used to determine the role of a command button
  1448. </summary>
  1449. </member>
  1450. <member name="F:Infragistics.Win.Ink.CommandButtonRole.PerformAction">
  1451. <summary>
  1452. Button role is to perform an action.
  1453. </summary>
  1454. </member>
  1455. <member name="F:Infragistics.Win.Ink.CommandButtonRole.SimulateKey">
  1456. <summary>
  1457. Button role is to simulate a keyboard key.
  1458. </summary>
  1459. </member>
  1460. <member name="T:Infragistics.Win.Ink.CommandButtonAction">
  1461. <summary>
  1462. Enumerator used to determine the Action represented by a command button with a CommandButtonRole of 'PerformAction.
  1463. </summary>
  1464. </member>
  1465. <member name="F:Infragistics.Win.Ink.CommandButtonAction.None">
  1466. <summary>
  1467. Button action is 'None'
  1468. </summary>
  1469. </member>
  1470. <member name="F:Infragistics.Win.Ink.CommandButtonAction.Undo">
  1471. <summary>
  1472. Button action is 'Undo'
  1473. </summary>
  1474. </member>
  1475. <member name="F:Infragistics.Win.Ink.CommandButtonAction.Redo">
  1476. <summary>
  1477. Button action is 'Redo'
  1478. </summary>
  1479. </member>
  1480. <member name="F:Infragistics.Win.Ink.CommandButtonAction.Cut">
  1481. <summary>
  1482. Button action is 'Cut'
  1483. </summary>
  1484. </member>
  1485. <member name="F:Infragistics.Win.Ink.CommandButtonAction.Copy">
  1486. <summary>
  1487. Button action is 'Copy'
  1488. </summary>
  1489. </member>
  1490. <member name="F:Infragistics.Win.Ink.CommandButtonAction.Paste">
  1491. <summary>
  1492. Button action is 'Paste'
  1493. </summary>
  1494. </member>
  1495. <member name="F:Infragistics.Win.Ink.CommandButtonAction.Commit">
  1496. <summary>
  1497. Button action is 'Commit'
  1498. </summary>
  1499. </member>
  1500. <member name="F:Infragistics.Win.Ink.CommandButtonAction.Cancel">
  1501. <summary>
  1502. Button action is 'Cancel'
  1503. </summary>
  1504. </member>
  1505. <member name="F:Infragistics.Win.Ink.CommandButtonAction.InkMode">
  1506. <summary>
  1507. Button action is 'InkMode'
  1508. </summary>
  1509. </member>
  1510. <member name="F:Infragistics.Win.Ink.CommandButtonAction.KeyboardMode">
  1511. <summary>
  1512. Button action is 'KeyboardMode'
  1513. </summary>
  1514. </member>
  1515. <member name="F:Infragistics.Win.Ink.CommandButtonAction.Send">
  1516. <summary>
  1517. Button action is 'Send'
  1518. </summary>
  1519. </member>
  1520. <member name="F:Infragistics.Win.Ink.CommandButtonAction.Numbers">
  1521. <summary>
  1522. Button action is 'Numbers' which displays a popup for selecting numbers
  1523. </summary>
  1524. </member>
  1525. <member name="F:Infragistics.Win.Ink.CommandButtonAction.Symbols">
  1526. <summary>
  1527. Button action is 'Symbols' which displays a popup for selecting symbols
  1528. </summary>
  1529. </member>
  1530. <member name="T:Infragistics.Win.Ink.CommandButtonDisplayStyle">
  1531. <summary>
  1532. Enumerator used to determine the display style of a command button.
  1533. </summary>
  1534. </member>
  1535. <member name="F:Infragistics.Win.Ink.CommandButtonDisplayStyle.DisplayTextOnly">
  1536. <summary>
  1537. Button displays button text only.
  1538. </summary>
  1539. </member>
  1540. <member name="F:Infragistics.Win.Ink.CommandButtonDisplayStyle.DisplayImageOnly">
  1541. <summary>
  1542. Button displays image only.
  1543. </summary>
  1544. </member>
  1545. <member name="F:Infragistics.Win.Ink.CommandButtonDisplayStyle.DisplayKeycode">
  1546. <summary>
  1547. Button displays keycode.
  1548. </summary>
  1549. </member>
  1550. <member name="F:Infragistics.Win.Ink.CommandButtonDisplayStyle.DisplayKeycodeEnhanced">
  1551. <summary>
  1552. Button displays keycode - displays both shifted and unshifted keycodes when the keyboard is unshifted.
  1553. </summary>
  1554. </member>
  1555. <member name="T:Infragistics.Win.Ink.CommandButtonFontSize">
  1556. <summary>
  1557. Enumerator used to determine the font size used by the command button.
  1558. </summary>
  1559. </member>
  1560. <member name="F:Infragistics.Win.Ink.CommandButtonFontSize.Small">
  1561. <summary>
  1562. Button displays text using a small font size.
  1563. </summary>
  1564. </member>
  1565. <member name="F:Infragistics.Win.Ink.CommandButtonFontSize.Large">
  1566. <summary>
  1567. Button displays text using a large font size.
  1568. </summary>
  1569. </member>
  1570. <member name="T:Infragistics.Win.Ink.InputMode">
  1571. <summary>
  1572. Enumerator used to determine the input mode (keyboard or ink) of the UltraPenInputPanel
  1573. </summary>
  1574. </member>
  1575. <member name="F:Infragistics.Win.Ink.InputMode.Ink">
  1576. <summary>
  1577. Input mode is Ink.
  1578. </summary>
  1579. </member>
  1580. <member name="F:Infragistics.Win.Ink.InputMode.Keyboard">
  1581. <summary>
  1582. Input mode is Keyboard.
  1583. </summary>
  1584. </member>
  1585. <member name="T:Infragistics.Win.Ink.GesturePanelUIElement">
  1586. <summary>
  1587. Summary description for GesturePanelUIElement.
  1588. </summary>
  1589. </member>
  1590. <member name="T:Infragistics.Win.Ink.RoundedRectUIElement">
  1591. <summary>
  1592. Summary description for RoundedRectUIElement.
  1593. </summary>
  1594. </member>
  1595. <member name="M:Infragistics.Win.Ink.RoundedRectUIElement.#ctor(Infragistics.Win.UIElement)">
  1596. <summary>
  1597. RoundedRectUIElement
  1598. </summary>
  1599. <param name="parent">The parent element</param>
  1600. </member>
  1601. <member name="M:Infragistics.Win.Ink.RoundedRectUIElement.DrawBackColor(Infragistics.Win.UIElementDrawParams@)">
  1602. <summary>
  1603. Draws the control's back color.
  1604. </summary>
  1605. <param name="drawParams">The <see cref="T:Infragistics.Win.UIElementDrawParams"/> used to provide rendering information.</param>
  1606. </member>
  1607. <member name="P:Infragistics.Win.Ink.RoundedRectUIElement.ClipSelf">
  1608. <summary>
  1609. Returning true causes all drawing of this element to be explicitly clipped.
  1610. to its region
  1611. </summary>
  1612. </member>
  1613. <member name="P:Infragistics.Win.Ink.RoundedRectUIElement.Region">
  1614. <summary>
  1615. Returns the element's region.
  1616. </summary>
  1617. </member>
  1618. <member name="P:Infragistics.Win.Ink.RoundedRectUIElement.BorderColor">
  1619. <summary>
  1620. Returns the color of this element's borders. Defaults to WindowFrame.
  1621. </summary>
  1622. </member>
  1623. <member name="P:Infragistics.Win.Ink.RoundedRectUIElement.CornerRadius">
  1624. <summary>
  1625. Returns the radius of this element's rounded corners. Defaults to 7.
  1626. </summary>
  1627. </member>
  1628. <member name="P:Infragistics.Win.Ink.RoundedRectUIElement.DrawRoundedBorders">
  1629. <summary>
  1630. Returns whether rounded borders should be drawn. Defaults to true.
  1631. </summary>
  1632. </member>
  1633. <member name="M:Infragistics.Win.Ink.GesturePanelUIElement.#ctor(Infragistics.Win.UIElement)">
  1634. <summary>
  1635. Constructor
  1636. </summary>
  1637. <param name="parent">The parent element</param>
  1638. </member>
  1639. <member name="M:Infragistics.Win.Ink.GesturePanelUIElement.DrawForeground(Infragistics.Win.UIElementDrawParams@)">
  1640. <summary>
  1641. Draw foreground.
  1642. </summary>
  1643. <param name="drawParams">The <see cref="T:Infragistics.Win.UIElementDrawParams"/> used to provide rendering information.</param>
  1644. </member>
  1645. <member name="M:Infragistics.Win.Ink.GesturePanelUIElement.InitAppearance(Infragistics.Win.AppearanceData@,Infragistics.Win.AppearancePropFlags@)">
  1646. <summary>
  1647. Initializes the appearance for the element.
  1648. </summary>
  1649. <param name="appearance">The appearance structure to initialize.</param>
  1650. <param name="requestedProps">The appearance properties to resolve.</param>
  1651. </member>
  1652. <member name="T:Infragistics.Win.Ink.InkAreaUIElement">
  1653. <summary>
  1654. Summary description for InkAreaUIElement.
  1655. </summary>
  1656. </member>
  1657. <member name="M:Infragistics.Win.Ink.InkAreaUIElement.DrawBackColor(Infragistics.Win.UIElementDrawParams@)">
  1658. <summary>
  1659. Do nothing.
  1660. </summary>
  1661. <param name="drawParams">The <see cref="T:Infragistics.Win.UIElementDrawParams"/> used to provide rendering information.</param>
  1662. </member>
  1663. <member name="M:Infragistics.Win.Ink.InkAreaUIElement.DrawForeground(Infragistics.Win.UIElementDrawParams@)">
  1664. <summary>
  1665. Draw foreground.
  1666. </summary>
  1667. <param name="drawParams">The <see cref="T:Infragistics.Win.UIElementDrawParams"/> used to provide rendering information.</param>
  1668. </member>
  1669. <member name="M:Infragistics.Win.Ink.InkAreaUIElement.DrawImageBackground(Infragistics.Win.UIElementDrawParams@)">
  1670. <summary>
  1671. Does nothing
  1672. </summary>
  1673. <param name="drawParams">The <see cref="T:Infragistics.Win.UIElementDrawParams"/> used to provide rendering information.</param>
  1674. </member>
  1675. <member name="M:Infragistics.Win.Ink.InkAreaUIElement.InitAppearance(Infragistics.Win.AppearanceData@,Infragistics.Win.AppearancePropFlags@)">
  1676. <summary>
  1677. Initializes the appearance for the element.
  1678. </summary>
  1679. <param name="appearance">The appearance structure to initialize.</param>
  1680. <param name="requestedProps">The appearance properties to resolve.</param>
  1681. </member>
  1682. <member name="M:Infragistics.Win.Ink.InkAreaUIElement.PositionChildElements">
  1683. <summary>
  1684. Creates/verifies the child UI elements for the control.
  1685. </summary>
  1686. </member>
  1687. <member name="P:Infragistics.Win.Ink.InkAreaUIElement.IsElementDrawn">
  1688. <summary>
  1689. True if this element is drawn normally. The default
  1690. implementation of this property returns true. It may
  1691. be overidden by some elements who don't do any rendering
  1692. (e.g. scrollbars since they are actually scrollbar windows
  1693. that render themselves)
  1694. </summary>
  1695. </member>
  1696. <member name="P:Infragistics.Win.Ink.InkAreaUIElement.IsAccessibleElement">
  1697. <summary>
  1698. Indicates if the element supports accessibility
  1699. </summary>
  1700. </member>
  1701. <member name="P:Infragistics.Win.Ink.InkAreaUIElement.AccessibilityInstance">
  1702. <summary>
  1703. Returns the accessible object that represents the element or its associated object.
  1704. </summary>
  1705. </member>
  1706. <member name="T:Infragistics.Win.Ink.InkCollectorUIElement">
  1707. <summary>
  1708. Summary description for InkCollectorUIElement.
  1709. </summary>
  1710. </member>
  1711. <member name="M:Infragistics.Win.Ink.InkCollectorUIElement.DrawForeground(Infragistics.Win.UIElementDrawParams@)">
  1712. <summary>
  1713. Draw foreground.
  1714. </summary>
  1715. <param name="drawParams">The <see cref="T:Infragistics.Win.UIElementDrawParams"/> used to provide rendering information.</param>
  1716. </member>
  1717. <member name="M:Infragistics.Win.Ink.InkCollectorUIElement.InitAppearance(Infragistics.Win.AppearanceData@,Infragistics.Win.AppearancePropFlags@)">
  1718. <summary>
  1719. Initializes the appearance for the element.
  1720. </summary>
  1721. <param name="appearance">The appearance structure to initialize.</param>
  1722. <param name="requestedProps">The appearance properties to resolve.</param>
  1723. </member>
  1724. <member name="M:Infragistics.Win.Ink.InkCollectorUIElement.PositionChildElements">
  1725. <summary>
  1726. Creates/verifies the child UI elements for the control.
  1727. </summary>
  1728. </member>
  1729. <member name="T:Infragistics.Win.Ink.KeyboardAreaUIElement">
  1730. <summary>
  1731. Summary description for KeyboardAreaUIElement.
  1732. </summary>
  1733. </member>
  1734. <member name="M:Infragistics.Win.Ink.KeyboardAreaUIElement.#ctor(Infragistics.Win.UIElement)">
  1735. <summary>
  1736. KeyboardAreaUIElement
  1737. </summary>
  1738. <param name="parent">The parent element</param>
  1739. </member>
  1740. <member name="M:Infragistics.Win.Ink.KeyboardAreaUIElement.DrawBackColor(Infragistics.Win.UIElementDrawParams@)">
  1741. <summary>
  1742. Do nothing.
  1743. </summary>
  1744. <param name="drawParams">The <see cref="T:Infragistics.Win.UIElementDrawParams"/> used to provide rendering information.</param>
  1745. </member>
  1746. <member name="M:Infragistics.Win.Ink.KeyboardAreaUIElement.DrawImageBackground(Infragistics.Win.UIElementDrawParams@)">
  1747. <summary>
  1748. Does nothing
  1749. </summary>
  1750. <param name="drawParams">The <see cref="T:Infragistics.Win.UIElementDrawParams"/> used to provide rendering information.</param>
  1751. </member>
  1752. <member name="M:Infragistics.Win.Ink.KeyboardAreaUIElement.InitAppearance(Infragistics.Win.AppearanceData@,Infragistics.Win.AppearancePropFlags@)">
  1753. <summary>
  1754. Initializes the appearance for the element.
  1755. </summary>
  1756. <param name="appearance">The appearance structure to initialize.</param>
  1757. <param name="requestedProps">The appearance properties to resolve.</param>
  1758. </member>
  1759. <member name="M:Infragistics.Win.Ink.KeyboardAreaUIElement.PositionChildElements">
  1760. <summary>
  1761. Creates/verifies the child UI elements for the control.
  1762. </summary>
  1763. </member>
  1764. <member name="P:Infragistics.Win.Ink.KeyboardAreaUIElement.IsElementDrawn">
  1765. <summary>
  1766. True if this element is drawn normally. The default
  1767. implementation of this property returns true. It may
  1768. be overidden by some elements who don't do any rendering
  1769. (e.g. scrollbars since they are actually scrollbar windows
  1770. that render themselves)
  1771. </summary>
  1772. </member>
  1773. <member name="P:Infragistics.Win.Ink.KeyboardAreaUIElement.IsAccessibleElement">
  1774. <summary>
  1775. Indicates if the element supports accessibility
  1776. </summary>
  1777. </member>
  1778. <member name="P:Infragistics.Win.Ink.KeyboardAreaUIElement.AccessibilityInstance">
  1779. <summary>
  1780. Returns the accessible object that represents the element or its associated object.
  1781. </summary>
  1782. </member>
  1783. <member name="T:Infragistics.Win.Ink.MainAreaUIElement">
  1784. <summary>
  1785. Summary description for MainAreaUIElement.
  1786. </summary>
  1787. </member>
  1788. <member name="M:Infragistics.Win.Ink.MainAreaUIElement.#ctor(Infragistics.Win.UIElement)">
  1789. <summary>
  1790. MainAreaUIElement
  1791. </summary>
  1792. <param name="parent">The parent element</param>
  1793. </member>
  1794. <member name="M:Infragistics.Win.Ink.MainAreaUIElement.InitAppearance(Infragistics.Win.AppearanceData@,Infragistics.Win.AppearancePropFlags@)">
  1795. <summary>
  1796. Initializes the appearance for the element.
  1797. </summary>
  1798. <param name="appearance">The appearance structure to initialize.</param>
  1799. <param name="requestedProps">The appearance properties to resolve.</param>
  1800. </member>
  1801. <member name="M:Infragistics.Win.Ink.MainAreaUIElement.PositionChildElements">
  1802. <summary>
  1803. Creates/verifies the child UI elements for the control.
  1804. </summary>
  1805. </member>
  1806. <member name="P:Infragistics.Win.Ink.MainAreaUIElement.CornerRadius">
  1807. <summary>
  1808. Returns the radius of this element's rounded corners. Defaults to 7.
  1809. </summary>
  1810. </member>
  1811. <member name="P:Infragistics.Win.Ink.MainAreaUIElement.IsAccessibleElement">
  1812. <summary>
  1813. Indicates if the element supports accessibility
  1814. </summary>
  1815. </member>
  1816. <member name="P:Infragistics.Win.Ink.MainAreaUIElement.AccessibilityInstance">
  1817. <summary>
  1818. Returns the accessible object that represents the element or its associated object.
  1819. </summary>
  1820. </member>
  1821. <member name="T:Infragistics.Win.Ink.MaskAreaUIElement">
  1822. <summary>
  1823. Summary description for MaskAreaUIElement.
  1824. </summary>
  1825. </member>
  1826. <member name="T:Infragistics.Win.Ink.TextAreaUIElement">
  1827. <summary>
  1828. Summary description for TextAreaUIElement.
  1829. </summary>
  1830. </member>
  1831. <member name="M:Infragistics.Win.Ink.TextAreaUIElement.InitAppearance(Infragistics.Win.AppearanceData@,Infragistics.Win.AppearancePropFlags@)">
  1832. <summary>
  1833. Initializes the appearance for the element.
  1834. </summary>
  1835. <param name="appearance">The appearance structure to initialize.</param>
  1836. <param name="requestedProps">The appearance properties to resolve.</param>
  1837. </member>
  1838. <member name="M:Infragistics.Win.Ink.TextAreaUIElement.PositionChildElements">
  1839. <summary>
  1840. Creates/verifies the child UI elements for the control.
  1841. </summary>
  1842. </member>
  1843. <member name="P:Infragistics.Win.Ink.TextAreaUIElement.IsAccessibleElement">
  1844. <summary>
  1845. Indicates if the element supports accessibility
  1846. </summary>
  1847. </member>
  1848. <member name="P:Infragistics.Win.Ink.TextAreaUIElement.AccessibilityInstance">
  1849. <summary>
  1850. Returns the accessible object that represents the element or its associated object.
  1851. </summary>
  1852. </member>
  1853. <member name="M:Infragistics.Win.Ink.MaskAreaUIElement.#ctor(Infragistics.Win.UIElement)">
  1854. <summary>
  1855. Constructor
  1856. </summary>
  1857. <param name="parent">The parent element</param>
  1858. </member>
  1859. <member name="M:Infragistics.Win.Ink.MaskAreaUIElement.PositionChildElements">
  1860. <summary>
  1861. Creates/verifies the child UI elements for the control.
  1862. </summary>
  1863. </member>
  1864. <member name="T:Infragistics.Win.Ink.MaskCharacterAreaUIElement">
  1865. <summary>
  1866. Summary description for MaskCharacterAreaUIElement.
  1867. </summary>
  1868. </member>
  1869. <member name="T:Infragistics.Win.Ink.TextCharacterAreaUIElement">
  1870. <summary>
  1871. Summary description for TextCharacterAreaUIElement.
  1872. </summary>
  1873. </member>
  1874. <member name="M:Infragistics.Win.Ink.TextCharacterAreaUIElement.#ctor(Infragistics.Win.UIElement)">
  1875. <summary>
  1876. Constructor
  1877. </summary>
  1878. <param name="parent">The parent element</param>
  1879. </member>
  1880. <member name="M:Infragistics.Win.Ink.TextCharacterAreaUIElement.DrawBackColor(Infragistics.Win.UIElementDrawParams@)">
  1881. <summary>
  1882. Do nothing.
  1883. </summary>
  1884. <param name="drawParams">The <see cref="T:Infragistics.Win.UIElementDrawParams"/> used to provide rendering information.</param>
  1885. </member>
  1886. <member name="M:Infragistics.Win.Ink.TextCharacterAreaUIElement.DrawImageBackground(Infragistics.Win.UIElementDrawParams@)">
  1887. <summary>
  1888. Does nothing
  1889. </summary>
  1890. </member>
  1891. <member name="M:Infragistics.Win.Ink.TextCharacterAreaUIElement.PositionChildElements">
  1892. <summary>
  1893. Creates/verifies the child UI elements for the control.
  1894. </summary>
  1895. </member>
  1896. <member name="P:Infragistics.Win.Ink.TextCharacterAreaUIElement.IsAccessibleElement">
  1897. <summary>
  1898. Indicates if the element supports accessibility
  1899. </summary>
  1900. </member>
  1901. <member name="P:Infragistics.Win.Ink.TextCharacterAreaUIElement.AccessibilityInstance">
  1902. <summary>
  1903. Returns the accessible object that represents the element or its associated object.
  1904. </summary>
  1905. </member>
  1906. <member name="M:Infragistics.Win.Ink.MaskCharacterAreaUIElement.#ctor(Infragistics.Win.UIElement)">
  1907. <summary>
  1908. Constructor
  1909. </summary>
  1910. <param name="parent">The parent element</param>
  1911. </member>
  1912. <member name="M:Infragistics.Win.Ink.MaskCharacterAreaUIElement.PositionChildElements">
  1913. <summary>
  1914. Creates/verifies the child UI elements for the control.
  1915. </summary>
  1916. </member>
  1917. <member name="T:Infragistics.Win.Ink.MaskCharacterCellInnerUIElement">
  1918. <summary>
  1919. Summary description for MaskCharacterCellInnerUIElement.
  1920. </summary>
  1921. </member>
  1922. <member name="M:Infragistics.Win.Ink.MaskCharacterCellInnerUIElement.#ctor(Infragistics.Win.UIElement)">
  1923. <summary>
  1924. MaskCharacterCellUIElement
  1925. </summary>
  1926. <param name="parent">The parent element</param>
  1927. </member>
  1928. <member name="M:Infragistics.Win.Ink.MaskCharacterCellInnerUIElement.DrawBorders(Infragistics.Win.UIElementDrawParams@)">
  1929. <summary>
  1930. Draws the element's borders.
  1931. </summary>
  1932. <param name="drawParams">The <see cref="T:Infragistics.Win.UIElementDrawParams"/> used to provide rendering information.</param>
  1933. </member>
  1934. <member name="M:Infragistics.Win.Ink.MaskCharacterCellInnerUIElement.DrawForeground(Infragistics.Win.UIElementDrawParams@)">
  1935. <summary>
  1936. Draw foreground.
  1937. </summary>
  1938. <param name="drawParams">The <see cref="T:Infragistics.Win.UIElementDrawParams"/> used to provide rendering information.</param>
  1939. </member>
  1940. <member name="M:Infragistics.Win.Ink.MaskCharacterCellInnerUIElement.InitAppearance(Infragistics.Win.AppearanceData@,Infragistics.Win.AppearancePropFlags@)">
  1941. <summary>
  1942. Initializes the appearance for the element.
  1943. </summary>
  1944. <param name="appearance">The appearance structure to initialize.</param>
  1945. <param name="requestedProps">The appearance properties to resolve.</param>
  1946. </member>
  1947. <member name="P:Infragistics.Win.Ink.MaskCharacterCellInnerUIElement.BorderStyle">
  1948. <summary>
  1949. Returns the appropriate border style.
  1950. </summary>
  1951. </member>
  1952. <member name="T:Infragistics.Win.Ink.MaskCharacterCellUIElement">
  1953. <summary>
  1954. Summary description for MaskCharacterCellUIElement.
  1955. </summary>
  1956. </member>
  1957. <member name="M:Infragistics.Win.Ink.MaskCharacterCellUIElement.#ctor(Infragistics.Win.UIElement)">
  1958. <summary>
  1959. MaskCharacterCellUIElement
  1960. </summary>
  1961. <param name="parent">The parent element</param>
  1962. </member>
  1963. <member name="M:Infragistics.Win.Ink.MaskCharacterCellUIElement.OnDispose">
  1964. <summary>
  1965. Cleans up any resources being used.
  1966. </summary>
  1967. </member>
  1968. <member name="M:Infragistics.Win.Ink.MaskCharacterCellUIElement.DrawBackColor(Infragistics.Win.UIElementDrawParams@)">
  1969. <summary>
  1970. Do nothing.
  1971. </summary>
  1972. <param name="drawParams">The <see cref="T:Infragistics.Win.UIElementDrawParams"/> used to provide rendering information.</param>
  1973. </member>
  1974. <member name="M:Infragistics.Win.Ink.MaskCharacterCellUIElement.DrawForeground(Infragistics.Win.UIElementDrawParams@)">
  1975. <summary>
  1976. Draw foreground.
  1977. </summary>
  1978. <param name="drawParams">The <see cref="T:Infragistics.Win.UIElementDrawParams"/> used to provide rendering information.</param>
  1979. </member>
  1980. <member name="M:Infragistics.Win.Ink.MaskCharacterCellUIElement.DrawImageBackground(Infragistics.Win.UIElementDrawParams@)">
  1981. <summary>
  1982. Does nothing
  1983. </summary>
  1984. <param name="drawParams">The <see cref="T:Infragistics.Win.UIElementDrawParams"/> used to provide rendering information.</param>
  1985. </member>
  1986. <member name="M:Infragistics.Win.Ink.MaskCharacterCellUIElement.InitAppearance(Infragistics.Win.AppearanceData@,Infragistics.Win.AppearancePropFlags@)">
  1987. <summary>
  1988. Initializes the appearance for the element.
  1989. </summary>
  1990. <param name="appearance">The appearance structure to initialize.</param>
  1991. <param name="requestedProps">The appearance properties to resolve.</param>
  1992. </member>
  1993. <member name="M:Infragistics.Win.Ink.MaskCharacterCellUIElement.OnClick">
  1994. <summary>
  1995. Called when the element is clicked.
  1996. </summary>
  1997. </member>
  1998. <member name="M:Infragistics.Win.Ink.MaskCharacterCellUIElement.GetContext(System.Type,System.Boolean)">
  1999. <summary>
  2000. Returns an object of requested type that relates to the element or null.
  2001. </summary>
  2002. <param name="type">The requested type or null to pick up default context object. </param>
  2003. <param name="checkParentElementContexts">If true will walk up the parent chain looking for the context.</param>
  2004. <returns><see cref="T:System.Object"/></returns>
  2005. </member>
  2006. <member name="M:Infragistics.Win.Ink.MaskCharacterCellUIElement.PositionChildElements">
  2007. <summary>
  2008. Creates/verifies the child UI elements for the control.
  2009. </summary>
  2010. </member>
  2011. <member name="P:Infragistics.Win.Ink.MaskCharacterCellUIElement.IsAccessibleElement">
  2012. <summary>
  2013. Indicates if the element supports accessibility
  2014. </summary>
  2015. </member>
  2016. <member name="P:Infragistics.Win.Ink.MaskCharacterCellUIElement.AccessibilityInstance">
  2017. <summary>
  2018. Returns the accessible object that represents the element or its associated object.
  2019. </summary>
  2020. </member>
  2021. <member name="P:Infragistics.Win.Ink.MaskCharacterCellUIElement.CharacterIndex">
  2022. <summary>
  2023. Returns the index of the character represented by the element.
  2024. </summary>
  2025. </member>
  2026. <member name="P:Infragistics.Win.Ink.MaskCharacterCellUIElement.RecognizerContext">
  2027. <summary>
  2028. InkRecognizer Context
  2029. </summary>
  2030. </member>
  2031. <member name="T:Infragistics.Win.Ink.MaskCharacterCellUIElement.MaskCharacterCellAccessibleObject">
  2032. <summary>
  2033. Accesible object representing a single character.
  2034. </summary>
  2035. </member>
  2036. <member name="M:Infragistics.Win.Ink.MaskCharacterCellUIElement.MaskCharacterCellAccessibleObject.#ctor(Infragistics.Win.Ink.MaskCharacterCellUIElement)">
  2037. <summary>
  2038. Initializes a new <see cref="T:Infragistics.Win.Ink.MaskCharacterCellUIElement.MaskCharacterCellAccessibleObject"/>
  2039. </summary>
  2040. <param name="character">Associated element</param>
  2041. </member>
  2042. <member name="M:Infragistics.Win.Ink.MaskCharacterCellUIElement.MaskCharacterCellAccessibleObject.Select(System.Windows.Forms.AccessibleSelection)">
  2043. <summary>
  2044. Modifies the selection or moves the keyboard focus of the accessible object
  2045. </summary>
  2046. <param name="flags">One of the <b>AccessibleSelection</b> values</param>
  2047. </member>
  2048. <member name="P:Infragistics.Win.Ink.MaskCharacterCellUIElement.MaskCharacterCellAccessibleObject.Value">
  2049. <summary>
  2050. Returns the name of the accessible object.
  2051. </summary>
  2052. </member>
  2053. <member name="P:Infragistics.Win.Ink.MaskCharacterCellUIElement.MaskCharacterCellAccessibleObject.State">
  2054. <summary>
  2055. Returns the state of the accessible object.
  2056. </summary>
  2057. </member>
  2058. <member name="P:Infragistics.Win.Ink.MaskCharacterCellUIElement.MaskCharacterCellAccessibleObject.Role">
  2059. <summary>
  2060. Returns the role of the accessible object.
  2061. </summary>
  2062. </member>
  2063. <member name="T:Infragistics.Win.Ink.MaskEditor">
  2064. <summary>
  2065. Summary description for MaskEditor.
  2066. </summary>
  2067. </member>
  2068. <member name="T:Infragistics.Win.Ink.TextEditorBase">
  2069. <summary>
  2070. Summary description for TextEditorBase.
  2071. </summary>
  2072. </member>
  2073. <member name="M:Infragistics.Win.Ink.TextEditorBase.EditNewSelStart(System.Int32,System.Int32)">
  2074. <summary>
  2075. Returns a valid SelStart value based on the specified old and new SelStart values. The default implementation simply
  2076. returns the specified new SelStart value.
  2077. </summary>
  2078. <param name="oldSelStart"></param>
  2079. <param name="newSelStart"></param>
  2080. <returns>A valid new SelStart value based on the specified old and new values</returns>
  2081. </member>
  2082. <member name="M:Infragistics.Win.Ink.TextEditorBase.EditNewSelLength(System.Int32)">
  2083. <summary>
  2084. Returns a valid SelLength value based on the specified new SelLength value. The default implementation simply
  2085. returns the specified new SelLength value.
  2086. </summary>
  2087. <param name="newSelLength"></param>
  2088. <returns>A valid new SelLength value based on the specified new value.</returns>
  2089. </member>
  2090. <member name="M:Infragistics.Win.Ink.TextEditorBase.SelectCharacter(System.Int32)">
  2091. <summary>
  2092. Selects the character at the specified index.
  2093. </summary>
  2094. <param name="characterIndex"></param>
  2095. <returns>True if the character at the specified index was selected.</returns>
  2096. </member>
  2097. <member name="M:Infragistics.Win.Ink.TextEditorBase.SelectCharacterRange(System.Int32,System.Int32)">
  2098. <summary>
  2099. Selects the range of characters between and including the specified indices.
  2100. </summary>
  2101. <param name="characterIndex1"></param>
  2102. <param name="characterIndex2"></param>
  2103. <returns>True if the character range was selected.</returns>
  2104. </member>
  2105. <member name="M:Infragistics.Win.Ink.TextEditorBase.InsertTextIntoText(System.String,System.String,System.Int32,System.Int32)">
  2106. <summary>
  2107. Inserts the specified source text into specified desitination text based on the specified
  2108. selStart and selLength. If selLength is greater than zero, then the source text will replace
  2109. the 'selected' text in the destination text.
  2110. </summary>
  2111. <param name="destText"></param>
  2112. <param name="sourceText"></param>
  2113. <param name="selStart"></param>
  2114. <param name="selLength"></param>
  2115. <returns>Returns a new string with the text inserted at the correct position</returns>
  2116. </member>
  2117. <member name="M:Infragistics.Win.Ink.TextEditorBase.OnScroll(System.Object,System.Windows.Forms.ScrollEventArgs)">
  2118. <summary>
  2119. Handles user interactivity with the scrollbar
  2120. </summary>
  2121. <param name="sender"></param>
  2122. <param name="args"></param>
  2123. </member>
  2124. <member name="P:Infragistics.Win.Ink.TextEditorBase.ScrollHandler">
  2125. <summary>
  2126. Returns the event handler that notifies Scroll
  2127. </summary>
  2128. </member>
  2129. <member name="E:Infragistics.Win.Ink.TextEditorBase.OnScrollPositionChanged">
  2130. <summary>
  2131. Event fired when the scroll position changes
  2132. </summary>
  2133. </member>
  2134. <member name="E:Infragistics.Win.Ink.TextEditorBase.OnSelectionChanged">
  2135. <summary>
  2136. Event fired when the selection changes
  2137. </summary>
  2138. </member>
  2139. <member name="E:Infragistics.Win.Ink.TextEditorBase.OnTextChanged">
  2140. <summary>
  2141. Event fired when the text changes
  2142. </summary>
  2143. </member>
  2144. <member name="M:Infragistics.Win.Ink.MaskEditor.EditNewSelLength(System.Int32)">
  2145. <summary>
  2146. Returns a valid SelLength value based on the specified new SelLength value. The implementation of this method
  2147. for MaskEditor always returns zero.
  2148. </summary>
  2149. <param name="newSelLength"></param>
  2150. <returns>For MaskEditor, always returns 0.</returns>
  2151. </member>
  2152. <member name="M:Infragistics.Win.Ink.MaskEditor.EditNewSelStart(System.Int32,System.Int32)">
  2153. <summary>
  2154. Returns a valid SelStart value based on the specified old and new SelStart values. The default implementation simply
  2155. returns the specified new SelStart value. For the MaskEditor, edits the specified newSelStart to make sure that it points
  2156. to an editable display character.
  2157. </summary>
  2158. <param name="oldSelStart"></param>
  2159. <param name="newSelStart"></param>
  2160. <returns>A valid new SelStart value based on the specified old and new values</returns>
  2161. </member>
  2162. <member name="T:Infragistics.Win.Ink.MaskEditorUIElement">
  2163. <summary>
  2164. Summary description for MaskEditorUIElement.
  2165. </summary>
  2166. </member>
  2167. <member name="T:Infragistics.Win.Ink.TextEditorUIElement">
  2168. <summary>
  2169. Summary description for TextEditorUIElement.
  2170. </summary>
  2171. </member>
  2172. <member name="M:Infragistics.Win.Ink.TextEditorUIElement.#ctor(Infragistics.Win.UIElement)">
  2173. <summary>
  2174. TextEditorUIElement
  2175. </summary>
  2176. <param name="parent">The parent element</param>
  2177. </member>
  2178. <member name="M:Infragistics.Win.Ink.TextEditorUIElement.DrawBackColor(Infragistics.Win.UIElementDrawParams@)">
  2179. <summary>
  2180. Do nothing.
  2181. </summary>
  2182. <param name="drawParams">The <see cref="T:Infragistics.Win.UIElementDrawParams"/> used to provide rendering information.</param>
  2183. </member>
  2184. <member name="M:Infragistics.Win.Ink.TextEditorUIElement.DrawImageBackground(Infragistics.Win.UIElementDrawParams@)">
  2185. <summary>
  2186. Does nothing
  2187. </summary>
  2188. </member>
  2189. <member name="M:Infragistics.Win.Ink.TextEditorUIElement.PositionChildElements">
  2190. <summary>
  2191. Creates/verifies the child UI elements for the control.
  2192. </summary>
  2193. </member>
  2194. <member name="P:Infragistics.Win.Ink.TextEditorUIElement.ClipChildren">
  2195. <summary>
  2196. Returns whether the element should clip its child elements.
  2197. </summary>
  2198. </member>
  2199. <member name="P:Infragistics.Win.Ink.TextEditorUIElement.IsAccessibleElement">
  2200. <summary>
  2201. Indicates if the element supports accessibility
  2202. </summary>
  2203. </member>
  2204. <member name="P:Infragistics.Win.Ink.TextEditorUIElement.AccessibilityInstance">
  2205. <summary>
  2206. Returns the accessible object that represents the element or its associated object.
  2207. </summary>
  2208. </member>
  2209. <member name="M:Infragistics.Win.Ink.MaskEditorUIElement.#ctor(Infragistics.Win.UIElement)">
  2210. <summary>
  2211. Constructor
  2212. </summary>
  2213. <param name="parent">The parent element</param>
  2214. </member>
  2215. <member name="M:Infragistics.Win.Ink.MaskEditorUIElement.PositionChildElements">
  2216. <summary>
  2217. Creates/verifies the child UI elements for the control.
  2218. </summary>
  2219. </member>
  2220. <member name="T:Infragistics.Win.Ink.MaskToolbarAreaUIElement">
  2221. <summary>
  2222. Summary description for MaskToolbarAreaUIElement.
  2223. </summary>
  2224. </member>
  2225. <member name="T:Infragistics.Win.Ink.ToolbarAreaUIElement">
  2226. <summary>
  2227. Summary description for ToolbarAreaUIElement.
  2228. </summary>
  2229. </member>
  2230. <member name="M:Infragistics.Win.Ink.ToolbarAreaUIElement.DrawBackColor(Infragistics.Win.UIElementDrawParams@)">
  2231. <summary>
  2232. Do nothing.
  2233. </summary>
  2234. <param name="drawParams">The <see cref="T:Infragistics.Win.UIElementDrawParams"/> used to provide rendering information.</param>
  2235. </member>
  2236. <member name="M:Infragistics.Win.Ink.ToolbarAreaUIElement.DrawImageBackground(Infragistics.Win.UIElementDrawParams@)">
  2237. <summary>
  2238. Does nothing
  2239. </summary>
  2240. <param name="drawParams">The <see cref="T:Infragistics.Win.UIElementDrawParams"/> used to provide rendering information.</param>
  2241. </member>
  2242. <member name="M:Infragistics.Win.Ink.ToolbarAreaUIElement.PositionChildElements">
  2243. <summary>
  2244. Creates/verifies the child UI elements for the control.
  2245. </summary>
  2246. </member>
  2247. <member name="P:Infragistics.Win.Ink.ToolbarAreaUIElement.IsAccessibleElement">
  2248. <summary>
  2249. Indicates if the element supports accessibility
  2250. </summary>
  2251. </member>
  2252. <member name="P:Infragistics.Win.Ink.ToolbarAreaUIElement.AccessibilityInstance">
  2253. <summary>
  2254. Returns the accessible object that represents the element or its associated object.
  2255. </summary>
  2256. </member>
  2257. <member name="M:Infragistics.Win.Ink.MaskToolbarAreaUIElement.#ctor(Infragistics.Win.UIElement)">
  2258. <summary>
  2259. Constructor
  2260. </summary>
  2261. <param name="parent">The parent element</param>
  2262. </member>
  2263. <member name="M:Infragistics.Win.Ink.MaskToolbarAreaUIElement.PositionChildElements">
  2264. <summary>
  2265. Creates/verifies the child UI elements for the control.
  2266. </summary>
  2267. </member>
  2268. <member name="M:Infragistics.Win.Ink.NumberPadPopupButtonUIElement.OnMouseEnter">
  2269. <summary>
  2270. Fired when the mouse enters the element.
  2271. </summary>
  2272. </member>
  2273. <member name="M:Infragistics.Win.Ink.NumberPadPopupButtonUIElement.OnMouseLeave">
  2274. <summary>
  2275. Fired when the mouse leaves the element.
  2276. </summary>
  2277. </member>
  2278. <member name="T:Infragistics.Win.Ink.PropertyIds">
  2279. <summary>
  2280. Values that uniquely identify each control property.
  2281. </summary>
  2282. </member>
  2283. <member name="F:Infragistics.Win.Ink.PropertyIds.Appearance">
  2284. <summary>
  2285. The InputMode property.
  2286. </summary>
  2287. </member>
  2288. <member name="F:Infragistics.Win.Ink.PropertyIds.Appearances">
  2289. <summary>
  2290. The InputMode property.
  2291. </summary>
  2292. </member>
  2293. <member name="F:Infragistics.Win.Ink.PropertyIds.InputMode">
  2294. <summary>
  2295. The InputMode property.
  2296. </summary>
  2297. </member>
  2298. <member name="F:Infragistics.Win.Ink.PropertyIds.InputModeSelectable">
  2299. <summary>
  2300. The InputModeSelectable property.
  2301. </summary>
  2302. </member>
  2303. <member name="F:Infragistics.Win.Ink.PropertyIds.ShowGesturePanel">
  2304. <summary>
  2305. The ShowGesturePanel property.
  2306. </summary>
  2307. </member>
  2308. <member name="F:Infragistics.Win.Ink.PropertyIds.GesturePanelAppearance">
  2309. <summary>
  2310. The GesturePanelAppearance property.
  2311. </summary>
  2312. </member>
  2313. <member name="F:Infragistics.Win.Ink.PropertyIds.InkAreaAppearance">
  2314. <summary>
  2315. The InkAreaAppearance property.
  2316. </summary>
  2317. </member>
  2318. <member name="F:Infragistics.Win.Ink.PropertyIds.TextAreaAppearance">
  2319. <summary>
  2320. The TextAreaAppearance property.
  2321. </summary>
  2322. </member>
  2323. <member name="F:Infragistics.Win.Ink.PropertyIds.TextRecognitionDelay">
  2324. <summary>
  2325. The TextRecognitionDelay property.
  2326. </summary>
  2327. </member>
  2328. <member name="F:Infragistics.Win.Ink.PropertyIds.PenThickness">
  2329. <summary>
  2330. The PenThickness property.
  2331. </summary>
  2332. </member>
  2333. <member name="F:Infragistics.Win.Ink.PropertyIds.PenPressureIgnored">
  2334. <summary>
  2335. The PenPressureIgnored property.
  2336. </summary>
  2337. </member>
  2338. <member name="F:Infragistics.Win.Ink.PropertyIds.MaskCharacterAppearance">
  2339. <summary>
  2340. The MaskCharacterAppearance property.
  2341. </summary>
  2342. </member>
  2343. <member name="F:Infragistics.Win.Ink.PropertyIds.ActiveMaskCharacterAppearance">
  2344. <summary>
  2345. The ActiveMaskCharacterAppearance property.
  2346. </summary>
  2347. </member>
  2348. <member name="F:Infragistics.Win.Ink.PropertyIds.InvalidMaskCharacterAppearance">
  2349. <summary>
  2350. The InvalidMaskCharacterAppearance property.
  2351. </summary>
  2352. </member>
  2353. <member name="F:Infragistics.Win.Ink.PropertyIds.ShowInkButton">
  2354. <summary>
  2355. The ShowInkButton property.
  2356. </summary>
  2357. </member>
  2358. <member name="T:Infragistics.Win.Ink.StateButtonGroup">
  2359. <summary>
  2360. Summary description for StateButtonGroup.
  2361. </summary>
  2362. </member>
  2363. <member name="M:Infragistics.Win.Ink.StateButtonGroup.#ctor">
  2364. <summary>
  2365. Default Constructor (AllowAllUp defaults to false)
  2366. </summary>
  2367. </member>
  2368. <member name="M:Infragistics.Win.Ink.StateButtonGroup.#ctor(System.Boolean)">
  2369. <summary>
  2370. Constructor
  2371. </summary>
  2372. <param name="allowAllUp"></param>
  2373. </member>
  2374. <member name="M:Infragistics.Win.Ink.StateButtonGroup.CanClickButton(Infragistics.Win.ButtonUIElementBase)">
  2375. <summary>
  2376. Called by a button UIElement when it is clicked.
  2377. </summary>
  2378. <param name="buttonElementClicked"></param>
  2379. </member>
  2380. <member name="M:Infragistics.Win.Ink.SymbolPadPopupButtonUIElement.OnMouseEnter">
  2381. <summary>
  2382. Fired when the mouse enters the element.
  2383. </summary>
  2384. </member>
  2385. <member name="M:Infragistics.Win.Ink.SymbolPadPopupButtonUIElement.OnMouseLeave">
  2386. <summary>
  2387. Fired when the mouse leaves the element.
  2388. </summary>
  2389. </member>
  2390. <member name="T:Infragistics.Win.Ink.SystemButtonAreaUIElement">
  2391. <summary>
  2392. Summary description for SystemButtonAreaUIElement.
  2393. </summary>
  2394. </member>
  2395. <member name="M:Infragistics.Win.Ink.SystemButtonAreaUIElement.InitAppearance(Infragistics.Win.AppearanceData@,Infragistics.Win.AppearancePropFlags@)">
  2396. <summary>
  2397. Initializes the appearance for the element.
  2398. </summary>
  2399. <param name="appearance">The appearance structure to initialize.</param>
  2400. <param name="requestedProps">The appearance properties to resolve.</param>
  2401. </member>
  2402. <member name="M:Infragistics.Win.Ink.SystemButtonAreaUIElement.PositionChildElements">
  2403. <summary>
  2404. Creates/verifies the child UI elements for the control.
  2405. </summary>
  2406. </member>
  2407. <member name="P:Infragistics.Win.Ink.SystemButtonAreaUIElement.ClipSelf">
  2408. <summary>
  2409. Returning true causes all drawing of this element to be explicitly clipped.
  2410. to its region
  2411. </summary>
  2412. </member>
  2413. <member name="P:Infragistics.Win.Ink.SystemButtonAreaUIElement.Region">
  2414. <summary>
  2415. Returns the element's region.
  2416. </summary>
  2417. </member>
  2418. <member name="P:Infragistics.Win.Ink.SystemButtonAreaUIElement.IsAccessibleElement">
  2419. <summary>
  2420. Indicates if the element supports accessibility
  2421. </summary>
  2422. </member>
  2423. <member name="P:Infragistics.Win.Ink.SystemButtonAreaUIElement.AccessibilityInstance">
  2424. <summary>
  2425. Returns the accessible object that represents the element or its associated object.
  2426. </summary>
  2427. </member>
  2428. <member name="T:Infragistics.Win.Ink.SystemButtonUIElement">
  2429. <summary>
  2430. Summary description for SystemButtonUIElement.
  2431. </summary>
  2432. </member>
  2433. <member name="M:Infragistics.Win.Ink.SystemButtonUIElement.OnClick">
  2434. <summary>
  2435. Called when the element is clicked.
  2436. </summary>
  2437. </member>
  2438. <member name="P:Infragistics.Win.Ink.SystemButtonUIElement.Enabled">
  2439. <summary>
  2440. Gets/sets whether this element is enabled.
  2441. </summary>
  2442. </member>
  2443. <member name="P:Infragistics.Win.Ink.SystemButtonUIElement.WantsMouseHoverNotification">
  2444. <summary>
  2445. Return true if this element wants to be notified when the mouse hovers over it. This property is read-only.
  2446. </summary>
  2447. <remarks>The default implemenation returns false. This should be overridden by elements that want their OnMouseHover method to be called.</remarks>
  2448. </member>
  2449. <member name="P:Infragistics.Win.Ink.SystemButtonUIElement.IsAccessibleElement">
  2450. <summary>
  2451. Indicates if the element supports accessibility
  2452. </summary>
  2453. </member>
  2454. <member name="P:Infragistics.Win.Ink.SystemButtonUIElement.AccessibilityInstance">
  2455. <summary>
  2456. Returns the accessible object that represents the element or its associated object.
  2457. </summary>
  2458. </member>
  2459. <member name="T:Infragistics.Win.Ink.SystemButtonUIElement.SystemButtonAccessibleObject">
  2460. <summary>
  2461. Accessible object representing a <see cref="T:Infragistics.Win.Ink.SystemButtonUIElement.SystemButtonAccessibleObject"/>
  2462. </summary>
  2463. </member>
  2464. <member name="M:Infragistics.Win.Ink.SystemButtonUIElement.SystemButtonAccessibleObject.#ctor(Infragistics.Win.Ink.SystemButtonUIElement)">
  2465. <summary>
  2466. Initializes a new <see cref="T:Infragistics.Win.Ink.SystemButtonUIElement.SystemButtonAccessibleObject"/>
  2467. </summary>
  2468. <param name="element">Associated element</param>
  2469. </member>
  2470. <member name="M:Infragistics.Win.Ink.SystemButtonUIElement.SystemButtonAccessibleObject.DoDefaultAction">
  2471. <summary>
  2472. Performs the default action associated with this accessible object.
  2473. </summary>
  2474. </member>
  2475. <member name="P:Infragistics.Win.Ink.SystemButtonUIElement.SystemButtonAccessibleObject.DefaultAction">
  2476. <summary>
  2477. Gets a string that describes the default action of the object. Not all objects have a default action.
  2478. </summary>
  2479. </member>
  2480. <member name="T:Infragistics.Win.Ink.TextEditor">
  2481. <summary>
  2482. Summary description for TextEditor.
  2483. </summary>
  2484. </member>
  2485. <member name="M:Infragistics.Win.Ink.TextEditor.UpdateSegmentPositions">
  2486. <summary>
  2487. Updates the starting position in the text of each segment in our list.
  2488. </summary>
  2489. </member>
  2490. <member name="M:Infragistics.Win.Ink.TextEditor.GetSegmentContainingCharacterPosition(System.Int32)">
  2491. <summary>
  2492. Returns the Segment that contains the specified character index.
  2493. </summary>
  2494. <param name="characterIndex"></param>
  2495. <returns></returns>
  2496. </member>
  2497. <member name="T:Infragistics.Win.Ink.UltraPenInputPanel">
  2498. <summary>
  2499. UltraPenInputPanel is a public control class derived from UltraPenInputPanelBase - it appears
  2500. in the VS .NET toolbox. It is NOT used by the UltraInkProvider (the UltraInkProvider uses
  2501. UltraPenInputPanelInternal). This derived class exposes and serializes values for its key properties.
  2502. </summary>
  2503. </member>
  2504. <member name="T:Infragistics.Win.Ink.UltraPenInputPanelBase">
  2505. <summary>
  2506. UltraPenInputPanelBase is an abstract base class for the UltraPenInputPanel.
  2507. </summary>
  2508. </member>
  2509. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.#ctor">
  2510. <summary>
  2511. Constructor
  2512. </summary>
  2513. </member>
  2514. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.Dispose(System.Boolean)">
  2515. <summary>
  2516. Releases the unmanaged resources used by the <see cref="T:System.Windows.Forms.Control"/> and its child controls and optionally releases the managed resources.
  2517. </summary>
  2518. <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
  2519. </member>
  2520. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.OnPropertyChanged(Infragistics.Win.PropertyChangedEventArgs)">
  2521. <summary>
  2522. Called when a property or sub object's property value has changed.
  2523. </summary>
  2524. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  2525. </member>
  2526. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.OnSubObjectPropChanged(Infragistics.Shared.PropChangeInfo)">
  2527. <summary>
  2528. Called when a property has changed on a sub object.
  2529. </summary>
  2530. <remarks>
  2531. <p class="body"><b>OnPropertyChanged</b> will also be called.</p>
  2532. </remarks>
  2533. </member>
  2534. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.Initialize(System.String)">
  2535. <summary>
  2536. Prepares the UltraPenInputPanel for a new editing session, setting the input panel's text to the supplied text.
  2537. Call this method before displaying the UltraPenInputPanel to begin a new edit session.
  2538. </summary>
  2539. <param name="text">The text to be edited</param>
  2540. </member>
  2541. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.Initialize(System.String,Infragistics.Win.EditorWithMask,Infragistics.Win.EmbeddableUIElementBase)">
  2542. <summary>
  2543. Prepares the UltraPenInputPanel for a new editing session, setting the input panel's text to the supplied text.
  2544. Call this method before displaying the UltraPenInputPanel to begin a new edit session.
  2545. </summary>
  2546. <param name="text">The text to be edited</param>
  2547. <param name="editorWithMask">If the text being edited originates from an embeddable editor that derives from
  2548. <param name="embeddableElement">The EmbeddableUIElementBase</param>
  2549. EditorWithMask, set this parameter to the editor. This will force the UltraPenInputPanel to recognize mask
  2550. characters and use a boxed input UI.
  2551. </param>
  2552. </member>
  2553. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.ResolveControlAppearance(Infragistics.Win.AppearanceData@,Infragistics.Win.AppearancePropFlags@)">
  2554. <summary>
  2555. Resolves the appearance of the UltraPenInputPanelUIElement
  2556. </summary>
  2557. <param name="appearance">A reference to the AppearanceData structure to be resolved.</param>
  2558. <param name="requestedProps">A reference to the bitflags enumeration describing the properties to be resolved.</param>
  2559. </member>
  2560. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.ResolveCharacterCellAppearance(Infragistics.Win.AppearanceData@,Infragistics.Win.AppearancePropFlags@,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
  2561. <summary>
  2562. Resolves the appearance of the CharacterCellUIElement
  2563. </summary>
  2564. <param name="appearance">A reference to the AppearanceData structure to be resolved.</param>
  2565. <param name="requestedProps">A reference to the bitflags enumeration describing the properties to be resolved.</param>
  2566. <param name="isSelected">True if the character cell is selected, otherwise false.</param>
  2567. <param name="isValid">True if the character cell contains valid text, otherwise false.</param>
  2568. <param name="isActive">True if the character cell is the current active character cell (the one at the insertion point), otherwise false.</param>
  2569. <param name="isEditableMaskChar">True if the character cell represents an editable mask character, otherwise false.</param>
  2570. </member>
  2571. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.ResolveGesturePanelAppearance(Infragistics.Win.AppearanceData@,Infragistics.Win.AppearancePropFlags@)">
  2572. <summary>
  2573. Resolves the appearance of the GesturePanelUIElement.
  2574. </summary>
  2575. <param name="appearance">A reference to the AppearanceData structure to be resolved.</param>
  2576. <param name="requestedProps">A reference to the bitflags enumeration describing the properties to be resolved.</param>
  2577. </member>
  2578. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.ResolveInkAreaAppearance(Infragistics.Win.AppearanceData@,Infragistics.Win.AppearancePropFlags@)">
  2579. <summary>
  2580. Resolves the appearance of the InkAreaUIElement.
  2581. </summary>
  2582. <param name="appearance">A reference to the AppearanceData structure to be resolved.</param>
  2583. <param name="requestedProps">A reference to the bitflags enumeration describing the properties to be resolved.</param>
  2584. </member>
  2585. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.ResolveInkCollectorAppearance(Infragistics.Win.AppearanceData@,Infragistics.Win.AppearancePropFlags@)">
  2586. <summary>
  2587. Resolves the appearance of the InkCollectorUIElement.
  2588. </summary>
  2589. <param name="appearance">A reference to the AppearanceData structure to be resolved.</param>
  2590. <param name="requestedProps">A reference to the bitflags enumeration describing the properties to be resolved.</param>
  2591. </member>
  2592. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.ResolveKeyboardAreaAppearance(Infragistics.Win.AppearanceData@,Infragistics.Win.AppearancePropFlags@)">
  2593. <summary>
  2594. Resolves the appearance of the KeyboardAreaUIElement
  2595. </summary>
  2596. <param name="appearance">A reference to the AppearanceData structure to be resolved.</param>
  2597. <param name="requestedProps">A reference to the bitflags enumeration describing the properties to be resolved.</param>
  2598. </member>
  2599. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.ResolveMainAreaAppearance(Infragistics.Win.AppearanceData@,Infragistics.Win.AppearancePropFlags@)">
  2600. <summary>
  2601. Resolves the appearance of the MainAreaUIElement
  2602. </summary>
  2603. <param name="appearance">A reference to the AppearanceData structure to be resolved.</param>
  2604. <param name="requestedProps">A reference to the bitflags enumeration describing the properties to be resolved.</param>
  2605. </member>
  2606. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.ResolveSystemButtonAreaAppearance(Infragistics.Win.AppearanceData@,Infragistics.Win.AppearancePropFlags@)">
  2607. <summary>
  2608. Resolves the appearance of the SystemButtonAreaUIElement.
  2609. </summary>
  2610. <param name="appearance">A reference to the AppearanceData structure to be resolved.</param>
  2611. <param name="requestedProps">A reference to the bitflags enumeration describing the properties to be resolved.</param>
  2612. </member>
  2613. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.ResolveTextAreaAppearance(Infragistics.Win.AppearanceData@,Infragistics.Win.AppearancePropFlags@)">
  2614. <summary>
  2615. Resolves the appearance of the TextAreaUIElement
  2616. </summary>
  2617. <param name="appearance">A reference to the AppearanceData structure to be resolved.</param>
  2618. <param name="requestedProps">A reference to the bitflags enumeration describing the properties to be resolved.</param>
  2619. </member>
  2620. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.InitializeControl">
  2621. <summary>
  2622. InitializeControl
  2623. </summary>
  2624. </member>
  2625. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.CreateAccessibilityInstance">
  2626. <summary>
  2627. Creates a new accessibility object for the control.
  2628. </summary>
  2629. <returns>A new accessibility object for the control.</returns>
  2630. </member>
  2631. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.CreateAccessibilityInstance(Infragistics.Win.UIElement)">
  2632. <summary>
  2633. Creates a new accessibility object for the specified child element.
  2634. </summary>
  2635. <returns>A new accessibility object for the control.</returns>
  2636. </member>
  2637. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.OnMouseEnterNumberPadPopupButtonElement">
  2638. <summary>
  2639. Called from a NumberPadPopupButtonElement when the mouse enters the element.
  2640. </summary>
  2641. </member>
  2642. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.OnMouseLeaveNumberPadPopupButtonElement">
  2643. <summary>
  2644. Called from a NumberPadPopupButtonElement when the mouse leaves the element.
  2645. </summary>
  2646. </member>
  2647. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.OnMouseEnterSymbolPadPopupButtonElement">
  2648. <summary>
  2649. Called from a SymbolPadPopupButtonElement when the mouse enters the element.
  2650. </summary>
  2651. </member>
  2652. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.OnMouseLeaveSymbolPadPopupButtonElement">
  2653. <summary>
  2654. Called from a SymbolPadPopupButtonElement when the mouse leaves the element.
  2655. </summary>
  2656. </member>
  2657. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.Infragistics#Win#ISelectionManager#ActivateItem(Infragistics.Shared.ISelectableItem)">
  2658. <summary>
  2659. Active the specified item.
  2660. </summary>
  2661. <param name="item"></param>
  2662. <returns>True if action was cancelled, otherwise false.</returns>
  2663. </member>
  2664. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.Infragistics#Win#ISelectionManager#GetSelectionStrategy(Infragistics.Shared.ISelectableItem)">
  2665. <summary>
  2666. Returns the selection strategy for the passed in item
  2667. </summary>
  2668. </member>
  2669. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.Infragistics#Win#ISelectionManager#OnDragStart(Infragistics.Shared.ISelectableItem,System.Drawing.Point)">
  2670. <summary>
  2671. Called when a dragging operation is about to begin.
  2672. </summary>
  2673. <param name="item"></param>
  2674. <param name="mousePosition">The position of the mouse at the start of the drag</param>
  2675. <returns>Returns true means that it was handled internally and no further action should be taken</returns>
  2676. </member>
  2677. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.Infragistics#Win#ISelectionManager#SelectItem(Infragistics.Shared.ISelectableItem,System.Boolean)">
  2678. <summary>
  2679. Select the specified item.
  2680. The clearExistingSelection parameter specifies if the existing selection
  2681. should be cleared.
  2682. Returns true if action was canceled, false otherwise.
  2683. </summary>
  2684. <param name="item"></param>
  2685. <param name="clearExistingSelection"></param>
  2686. <returns></returns>
  2687. </member>
  2688. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.Infragistics#Win#ISelectionManager#SelectRange(Infragistics.Shared.ISelectableItem,System.Boolean)">
  2689. <summary>
  2690. Selecting a range based on the specified item. The clearExistingSelection
  2691. parameter specifies if the existing selection should be cleared.
  2692. </summary>
  2693. <param name="item"></param>
  2694. <param name="clearExistingSelection"></param>
  2695. <returns></returns>
  2696. </member>
  2697. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.Infragistics#Win#ISelectionManager#SetInitialSelection(Infragistics.Shared.ISelectableItem)">
  2698. <summary>
  2699. Save initial selection settings for specified type
  2700. </summary>
  2701. <param name="item"></param>
  2702. </member>
  2703. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.Infragistics#Win#ISelectionManager#SetPivotItem(Infragistics.Shared.ISelectableItem,System.Boolean)">
  2704. <summary>
  2705. Set the specified item as the pivot item. 'isRangeSelect' specifies if this is part of range selection or not.
  2706. </summary>
  2707. <param name="item"></param>
  2708. <param name="IsRangeSelect"></param>
  2709. </member>
  2710. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.Infragistics#Win#ISelectionManager#TranslateItem(Infragistics.Shared.ISelectableItem@)">
  2711. <summary>
  2712. Potentially translates the passed-in item to a ISelectableItem of a
  2713. different type. For instance, the grid translates a passed-in cell
  2714. into its parent row if CellClickAction is CellClickActionRowSelect.
  2715. </summary>
  2716. </member>
  2717. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.Infragistics#Win#ISelectionManager#UnselectItem(Infragistics.Shared.ISelectableItem,System.Boolean)">
  2718. <summary>
  2719. Unselect the specified item.
  2720. The clearExistingSelection parameter specifies if the existing selection
  2721. should be cleared.
  2722. Returns true if action was canceled, false otherwise.
  2723. </summary>
  2724. <param name="item"></param>
  2725. <param name="clearExistingSelection"></param>
  2726. <returns></returns>
  2727. </member>
  2728. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.Infragistics#Win#ISelectionManager#UnselectRange(Infragistics.Shared.ISelectableItem,System.Boolean)">
  2729. <summary>
  2730. Unselect the range from the pivot item to the specified item.
  2731. The clearExistingSelection specifies whether or not to clear the existing
  2732. selection.
  2733. </summary>
  2734. <param name="item"></param>
  2735. <param name="clearExistingSelection"></param>
  2736. <returns></returns>
  2737. </member>
  2738. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.Infragistics#Win#IToolTipItem#GetToolTipInfo(System.Drawing.Point,Infragistics.Win.UIElement,Infragistics.Win.UIElement,Infragistics.Win.ToolTipInfo)">
  2739. <summary>
  2740. Invoked when the tooltip information for an element is required.
  2741. </summary>
  2742. <param name="mousePosition">Current mouse position</param>
  2743. <param name="element">Element for which the tooltip will be displayed</param>
  2744. <param name="previousToolTipElement">Previous element that the tooltip was displayed for or null.</param>
  2745. <param name="toolTipInfoDefault">Default ToolTipInfo structure initialized based on the mouse position. The structure may be modified and returned from the method.</param>
  2746. </member>
  2747. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.ControlUIElement">
  2748. <summary>
  2749. Returns the main element
  2750. </summary>
  2751. </member>
  2752. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.DefaultSize">
  2753. <summary>
  2754. Read-only property that returns the default height and width of the control
  2755. when the user double clicks on the toolbox
  2756. </summary>
  2757. </member>
  2758. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.SubObjectPropChangeHandler">
  2759. <summary>
  2760. Returns the event handler that notifies OnSubObjectPropChanged
  2761. </summary>
  2762. </member>
  2763. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.ActiveMaskCharacterAppearance_Protected">
  2764. <summary>
  2765. ActiveMaskCharacterAppearance_Protected
  2766. </summary>
  2767. </member>
  2768. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.ActiveMaskCharacterAppearanceHolder_Protected">
  2769. <summary>
  2770. ActiveMaskCharacterAppearanceHolder_Protected
  2771. </summary>
  2772. </member>
  2773. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.Appearance_Protected">
  2774. <summary>
  2775. Appearance_Protected
  2776. </summary>
  2777. </member>
  2778. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.AppearanceHolder_Protected">
  2779. <summary>
  2780. AppearanceHolder_Protected
  2781. </summary>
  2782. </member>
  2783. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.Appearances_Protected">
  2784. <summary>
  2785. Appearances_Protected
  2786. </summary>
  2787. </member>
  2788. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.GesturePanelAppearance_Protected">
  2789. <summary>
  2790. GesturePanelAppearance_Protected
  2791. </summary>
  2792. </member>
  2793. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.GesturePanelAppearanceHolder_Protected">
  2794. <summary>
  2795. GesturePanelAppearanceHolder_Protected
  2796. </summary>
  2797. </member>
  2798. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.HasActiveMaskCharacterAppearance_Protected">
  2799. <summary>
  2800. HasActiveMaskCharacterAppearance_Protected
  2801. </summary>
  2802. </member>
  2803. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.HasAppearance_Protected">
  2804. <summary>
  2805. HasAppearance_Protected
  2806. </summary>
  2807. </member>
  2808. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.HasGesturePanelAppearance_Protected">
  2809. <summary>
  2810. HasGesturePanelAppearance_Protected
  2811. </summary>
  2812. </member>
  2813. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.HasInkAreaAppearance_Protected">
  2814. <summary>
  2815. HasInkAreaAppearance_Protected
  2816. </summary>
  2817. </member>
  2818. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.HasInvalidMaskCharacterAppearance_Protected">
  2819. <summary>
  2820. HasInvalidMaskCharacterAppearance_Protected
  2821. </summary>
  2822. </member>
  2823. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.HasMaskCharacterAppearance_Protected">
  2824. <summary>
  2825. HasMaskCharacterAppearance_Protected
  2826. </summary>
  2827. </member>
  2828. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.HasTextAreaAppearance_Protected">
  2829. <summary>
  2830. HasTextAreaAppearance_Protected
  2831. </summary>
  2832. </member>
  2833. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.InkAreaAppearance_Protected">
  2834. <summary>
  2835. InkAreaAppearance_Protected
  2836. </summary>
  2837. </member>
  2838. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.InkAreaAppearanceHolder_Protected">
  2839. <summary>
  2840. InkAreaAppearanceHolder_Protected
  2841. </summary>
  2842. </member>
  2843. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.InputMode_Protected">
  2844. <summary>
  2845. InputMode_Protected
  2846. </summary>
  2847. </member>
  2848. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.InputModeSelectable_Protected">
  2849. <summary>
  2850. InputModeSelectable_Protected
  2851. </summary>
  2852. </member>
  2853. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.InvalidMaskCharacterAppearance_Protected">
  2854. <summary>
  2855. InvalidMaskCharacterAppearance_Protected
  2856. </summary>
  2857. </member>
  2858. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.InvalidMaskCharacterAppearanceHolder_Protected">
  2859. <summary>
  2860. InvalidMaskCharacterAppearanceHolder_Protected
  2861. </summary>
  2862. </member>
  2863. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.IUltraControlInCharge">
  2864. <summary>
  2865. IUltraControlInCharge
  2866. </summary>
  2867. </member>
  2868. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.MaskCharacterAppearance_Protected">
  2869. <summary>
  2870. MaskCharacterAppearance_Protected
  2871. </summary>
  2872. </member>
  2873. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.MaskCharacterAppearanceHolder_Protected">
  2874. <summary>
  2875. MaskCharacterAppearanceHolder_Protected
  2876. </summary>
  2877. </member>
  2878. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.PenPressureIgnored_Protected">
  2879. <summary>
  2880. PenPressureIgnored_Protected
  2881. </summary>
  2882. </member>
  2883. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.PenThickness_Protected">
  2884. <summary>
  2885. PenThickness_Protected
  2886. </summary>
  2887. </member>
  2888. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.ShowGesturePanel_Protected">
  2889. <summary>
  2890. ShowGesturePanel_Protected
  2891. </summary>
  2892. </member>
  2893. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.TextAreaAppearance_Protected">
  2894. <summary>
  2895. TextAreaAppearance_Protected
  2896. </summary>
  2897. </member>
  2898. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.TextAreaAppearanceHolder_Protected">
  2899. <summary>
  2900. TextAreaAppearanceHolder_Protected
  2901. </summary>
  2902. </member>
  2903. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.TextRecognitionDelay_Protected">
  2904. <summary>
  2905. TextRecognitionDelay_Protected
  2906. </summary>
  2907. </member>
  2908. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.GestureRecognizerContext">
  2909. <summary>
  2910. GestureRecognizerContext
  2911. </summary>
  2912. </member>
  2913. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.RecognizerContext">
  2914. <summary>
  2915. InkRecognizer Context
  2916. </summary>
  2917. </member>
  2918. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.IsInkRecognitionAvailable">
  2919. <summary>
  2920. Returns true if Recognizers are installed on the system and available. Otherwise, returns false.
  2921. </summary>
  2922. <remarks>
  2923. <p class="body">If recognizers are not available, the UltraPenInputPanel displays 'Ink Recognition NotAvailable'
  2924. in the ink area and 'Gestures N/A' in the GesturePanel (if visible).</p>
  2925. </remarks>
  2926. </member>
  2927. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.IsTextDirty">
  2928. <summary>
  2929. Returns whether the text is dirty.
  2930. </summary>
  2931. </member>
  2932. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.Text">
  2933. <summary>
  2934. Returns the text associated with the UltraPenInputPanel.
  2935. </summary>
  2936. </member>
  2937. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.UIElement">
  2938. <summary>
  2939. Read-only property that returns the main UIElement of the UltraPenInputPanel.
  2940. </summary>
  2941. <remarks>
  2942. <p class="body">Returns the UIElement that contains all the visible graphics of the control.</p>
  2943. </remarks>
  2944. </member>
  2945. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.Infragistics#Win#IImageListProvider#ImageList">
  2946. <summary>
  2947. Returns null.
  2948. </summary>
  2949. </member>
  2950. <member name="T:Infragistics.Win.Ink.UltraPenInputPanelBase.UltraPenInputPanelBaseAccessibleObject">
  2951. <summary>
  2952. Accessible object representing an <see cref="T:Infragistics.Win.Ink.UltraPenInputPanelBase"/>
  2953. </summary>
  2954. </member>
  2955. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.UltraPenInputPanelBaseAccessibleObject.#ctor(Infragistics.Win.Ink.UltraPenInputPanelBase)">
  2956. <summary>
  2957. Initializes a new <see cref="T:Infragistics.Win.Ink.UltraPenInputPanelBase.UltraPenInputPanelBaseAccessibleObject"/>
  2958. </summary>
  2959. <param name="panel">Associated control</param>
  2960. </member>
  2961. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.UltraPenInputPanelBaseAccessibleObject.GetChild(System.Int32)">
  2962. <summary>
  2963. Retrieves the accessible child corresponding to the specified index
  2964. </summary>
  2965. <param name="index">The zero-based index of the accessible child</param>
  2966. <returns>An AccessibleObject that represents the accessible child corresponding to the specified index</returns>
  2967. </member>
  2968. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.UltraPenInputPanelBaseAccessibleObject.GetChildCount">
  2969. <summary>
  2970. Retrieves the number of children belonging to an accessible object.
  2971. </summary>
  2972. <returns>The number of children belonging to an accessible object.</returns>
  2973. </member>
  2974. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelBase.UltraPenInputPanelBaseAccessibleObject.GetFocused">
  2975. <summary>
  2976. Retrieves the object that has the keyboard focus.
  2977. </summary>
  2978. <returns>An AccessibleObject that specifies the currently focused child. This method returns the calling object if the object itself is focused. Returns a null reference (Nothing in Visual Basic) if no object has focus.</returns>
  2979. </member>
  2980. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.UltraPenInputPanelBaseAccessibleObject.Role">
  2981. <summary>
  2982. Returns the role of the accessible object.
  2983. </summary>
  2984. </member>
  2985. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.UltraPenInputPanelBaseAccessibleObject.Description">
  2986. <summary>
  2987. Gets a string that describes the visual appearance of the specified object. Not all objects have a description
  2988. </summary>
  2989. </member>
  2990. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.UltraPenInputPanelBaseAccessibleObject.Name">
  2991. <summary>
  2992. Gets a string that describes the name of the control
  2993. </summary>
  2994. </member>
  2995. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelBase.UltraPenInputPanelBaseAccessibleObject.State">
  2996. <summary>
  2997. Gets the state of this accessible object.
  2998. </summary>
  2999. </member>
  3000. <member name="M:Infragistics.Win.Ink.UltraPenInputPanel.#ctor">
  3001. <summary>
  3002. Constructor
  3003. </summary>
  3004. </member>
  3005. <member name="M:Infragistics.Win.Ink.UltraPenInputPanel.ShouldSerializeActiveMaskCharacterAppearance">
  3006. <summary>
  3007. <p class="body">Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.ActiveMaskCharacterAppearance"/> property is set to its default value.</p>
  3008. </summary>
  3009. <remarks>
  3010. <p class="body">Returns True if the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.ActiveMaskCharacterAppearance"/> property is not set to its default value; otherwise, it returns False.</p>
  3011. <p class="body">Use this method to determine if an <b>Appearance</b> object has been created and contains data that needs to be serialized.</p>
  3012. <p class="body">Invoke the <see cref="M:Infragistics.Win.Ink.UltraPenInputPanel.ResetActiveMaskCharacterAppearance"/> method to reset this property to its default value.</p>
  3013. </remarks>
  3014. </member>
  3015. <member name="M:Infragistics.Win.Ink.UltraPenInputPanel.ResetActiveMaskCharacterAppearance">
  3016. <summary>
  3017. Resets the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.ActiveMaskCharacterAppearance"/> property to its default value.
  3018. </summary>
  3019. <remarks>
  3020. <p class="body">Invoke this method to reset the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.ActiveMaskCharacterAppearance"/> property to its default value.</p>
  3021. <p class="body">Once this method is invoked, the <see cref="M:Infragistics.Win.Ink.UltraPenInputPanel.ShouldSerializeActiveMaskCharacterAppearance"/> method will return False until the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.ActiveMaskCharacterAppearance"/> property is set again.</p>
  3022. </remarks>
  3023. </member>
  3024. <member name="M:Infragistics.Win.Ink.UltraPenInputPanel.ShouldSerializeAppearance">
  3025. <summary>
  3026. <p class="body">Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.Appearance"/> property is set to its default value.</p>
  3027. </summary>
  3028. <remarks>
  3029. <p class="body">Returns True if the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.Appearance"/> property is not set to its default value; otherwise, it returns False.</p>
  3030. <p class="body">Use this method to determine if an <b>Appearance</b> object has been created and contains data that needs to be serialized.</p>
  3031. <p class="body">Invoke the <see cref="M:Infragistics.Win.Ink.UltraPenInputPanel.ResetAppearance"/> method to reset this property to its default value.</p>
  3032. </remarks>
  3033. </member>
  3034. <member name="M:Infragistics.Win.Ink.UltraPenInputPanel.ResetAppearance">
  3035. <summary>
  3036. Resets the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.Appearance"/> property to its default value.
  3037. </summary>
  3038. <remarks>
  3039. <p class="body">Invoke this method to reset the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.Appearance"/> property to its default value.</p>
  3040. <p class="body">Once this method is invoked, the <see cref="M:Infragistics.Win.Ink.UltraPenInputPanel.ShouldSerializeAppearance"/> method will return False until the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.Appearance"/> property is set again.</p>
  3041. </remarks>
  3042. </member>
  3043. <member name="M:Infragistics.Win.Ink.UltraPenInputPanel.ShouldSerializeAppearances">
  3044. <summary>
  3045. <p class="body">Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.Appearances"/> property is set to its default value.</p>
  3046. </summary>
  3047. <remarks>
  3048. <p class="body">Returns True if the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.Appearances"/> property is not set to its default value; otherwise, it returns False.</p>
  3049. <p class="body">Invoke the <see cref="M:Infragistics.Win.Ink.UltraPenInputPanel.ResetAppearances"/> method to reset this property to its default value.</p>
  3050. </remarks>
  3051. </member>
  3052. <member name="M:Infragistics.Win.Ink.UltraPenInputPanel.ResetAppearances">
  3053. <summary>
  3054. Resets the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.Appearances"/> property to its default value.
  3055. </summary>
  3056. <remarks>
  3057. <p class="body">Invoke this method to reset the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.Appearances"/> property to its default value.</p>
  3058. <p class="body">Once this method is invoked, the <see cref="M:Infragistics.Win.Ink.UltraPenInputPanel.ShouldSerializeAppearances"/> method will return False until the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.Appearances"/> property is set again.</p>
  3059. </remarks>
  3060. </member>
  3061. <member name="M:Infragistics.Win.Ink.UltraPenInputPanel.ShouldSerializeGesturePanelAppearance">
  3062. <summary>
  3063. <p class="body">Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.GesturePanelAppearance"/> property is set to its default value.</p>
  3064. </summary>
  3065. <remarks>
  3066. <p class="body">Returns True if the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.GesturePanelAppearance"/> property is not set to its default value; otherwise, it returns False.</p>
  3067. <p class="body">Use this method to determine if an <b>Appearance</b> object has been created and contains data that needs to be serialized.</p>
  3068. <p class="body">Invoke the <see cref="M:Infragistics.Win.Ink.UltraPenInputPanel.ResetGesturePanelAppearance"/> method to reset this property to its default value.</p>
  3069. </remarks>
  3070. </member>
  3071. <member name="M:Infragistics.Win.Ink.UltraPenInputPanel.ResetGesturePanelAppearance">
  3072. <summary>
  3073. Resets the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.GesturePanelAppearance"/> property to its default value.
  3074. </summary>
  3075. <remarks>
  3076. <p class="body">Invoke this method to reset the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.GesturePanelAppearance"/> property to its default value.</p>
  3077. <p class="body">Once this method is invoked, the <see cref="M:Infragistics.Win.Ink.UltraPenInputPanel.ShouldSerializeGesturePanelAppearance"/> method will return False until the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.GesturePanelAppearance"/> property is set again.</p>
  3078. </remarks>
  3079. </member>
  3080. <member name="M:Infragistics.Win.Ink.UltraPenInputPanel.ShouldSerializeInkAreaAppearance">
  3081. <summary>
  3082. <p class="body">Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.InkAreaAppearance"/> property is set to its default value.</p>
  3083. </summary>
  3084. <remarks>
  3085. <p class="body">Returns True if the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.InkAreaAppearance"/> property is not set to its default value; otherwise, it returns False.</p>
  3086. <p class="body">Use this method to determine if an <b>Appearance</b> object has been created and contains data that needs to be serialized.</p>
  3087. <p class="body">Invoke the <see cref="M:Infragistics.Win.Ink.UltraPenInputPanel.ResetInkAreaAppearance"/> method to reset this property to its default value.</p>
  3088. </remarks>
  3089. </member>
  3090. <member name="M:Infragistics.Win.Ink.UltraPenInputPanel.ResetInkAreaAppearance">
  3091. <summary>
  3092. Resets the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.InkAreaAppearance"/> property to its default value.
  3093. </summary>
  3094. <remarks>
  3095. <p class="body">Invoke this method to reset the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.InkAreaAppearance"/> property to its default value.</p>
  3096. <p class="body">Once this method is invoked, the <see cref="M:Infragistics.Win.Ink.UltraPenInputPanel.ShouldSerializeInkAreaAppearance"/> method will return False until the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.InkAreaAppearance"/> property is set again.</p>
  3097. </remarks>
  3098. </member>
  3099. <member name="M:Infragistics.Win.Ink.UltraPenInputPanel.ShouldSerializeInputMode">
  3100. <summary>
  3101. <p class="body">Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.InputMode"/> property is set to its default value.</p>
  3102. </summary>
  3103. <remarks>
  3104. <p class="body">Returns True if the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.InputMode"/> property is not set to its default value; otherwise, it returns False.</p>
  3105. <p class="body">Invoke the <see cref="M:Infragistics.Win.Ink.UltraPenInputPanel.ResetInputMode"/> method to reset this property to its default value.</p>
  3106. </remarks>
  3107. <seealso cref="P:Infragistics.Win.Ink.UltraPenInputPanel.InputMode"/>
  3108. </member>
  3109. <member name="M:Infragistics.Win.Ink.UltraPenInputPanel.ResetInputMode">
  3110. <summary>
  3111. Resets the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.InputMode"/> property to its default value.
  3112. </summary>
  3113. <remarks>
  3114. <p class="body">Invoke this method to reset the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.InputMode"/> property to its default value.</p>
  3115. <p class="body">Once this method is invoked, the <see cref="M:Infragistics.Win.Ink.UltraPenInputPanel.ShouldSerializeInputMode"/> method will return False until the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.InputMode"/> property is set again.</p>
  3116. </remarks>
  3117. <seealso cref="P:Infragistics.Win.Ink.UltraPenInputPanel.InputMode"/>
  3118. </member>
  3119. <member name="M:Infragistics.Win.Ink.UltraPenInputPanel.ShouldSerializeInputModeSelectable">
  3120. <summary>
  3121. <p class="body">Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.InputModeSelectable"/> property is set to its default value.</p>
  3122. </summary>
  3123. <remarks>
  3124. <p class="body">Returns True if the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.InputModeSelectable"/> property is not set to its default value; otherwise, it returns False.</p>
  3125. <p class="body">Invoke the <see cref="M:Infragistics.Win.Ink.UltraPenInputPanel.ResetInputModeSelectable"/> method to reset this property to its default value.</p>
  3126. </remarks>
  3127. <seealso cref="P:Infragistics.Win.Ink.UltraPenInputPanel.InputModeSelectable"/>
  3128. </member>
  3129. <member name="M:Infragistics.Win.Ink.UltraPenInputPanel.ResetInputModeSelectable">
  3130. <summary>
  3131. Resets the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.InputModeSelectable"/> property to its default value.
  3132. </summary>
  3133. <remarks>
  3134. <p class="body">Invoke this method to reset the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.InputModeSelectable"/> property to its default value.</p>
  3135. <p class="body">Once this method is invoked, the <see cref="M:Infragistics.Win.Ink.UltraPenInputPanel.ShouldSerializeInputModeSelectable"/> method will return False until the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.InputModeSelectable"/> property is set again.</p>
  3136. </remarks>
  3137. <seealso cref="P:Infragistics.Win.Ink.UltraPenInputPanel.InputModeSelectable"/>
  3138. </member>
  3139. <member name="M:Infragistics.Win.Ink.UltraPenInputPanel.ShouldSerializeInvalidMaskCharacterAppearance">
  3140. <summary>
  3141. <p class="body">Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.InvalidMaskCharacterAppearance"/> property is set to its default value.</p>
  3142. </summary>
  3143. <remarks>
  3144. <p class="body">Returns True if the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.InvalidMaskCharacterAppearance"/> property is not set to its default value; otherwise, it returns False.</p>
  3145. <p class="body">Use this method to determine if an <b>Appearance</b> object has been created and contains data that needs to be serialized.</p>
  3146. <p class="body">Invoke the <see cref="M:Infragistics.Win.Ink.UltraPenInputPanel.ResetInvalidMaskCharacterAppearance"/> method to reset this property to its default value.</p>
  3147. </remarks>
  3148. </member>
  3149. <member name="M:Infragistics.Win.Ink.UltraPenInputPanel.ResetInvalidMaskCharacterAppearance">
  3150. <summary>
  3151. Resets the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.InvalidMaskCharacterAppearance"/> property to its default value.
  3152. </summary>
  3153. <remarks>
  3154. <p class="body">Invoke this method to reset the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.InvalidMaskCharacterAppearance"/> property to its default value.</p>
  3155. <p class="body">Once this method is invoked, the <see cref="M:Infragistics.Win.Ink.UltraPenInputPanel.ShouldSerializeInvalidMaskCharacterAppearance"/> method will return False until the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.InvalidMaskCharacterAppearance"/> property is set again.</p>
  3156. </remarks>
  3157. </member>
  3158. <member name="M:Infragistics.Win.Ink.UltraPenInputPanel.ShouldSerializeMaskCharacterAppearance">
  3159. <summary>
  3160. <p class="body">Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.MaskCharacterAppearance"/> property is set to its default value.</p>
  3161. </summary>
  3162. <remarks>
  3163. <p class="body">Returns True if the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.MaskCharacterAppearance"/> property is not set to its default value; otherwise, it returns False.</p>
  3164. <p class="body">Use this method to determine if an <b>Appearance</b> object has been created and contains data that needs to be serialized.</p>
  3165. <p class="body">Invoke the <see cref="M:Infragistics.Win.Ink.UltraPenInputPanel.ResetMaskCharacterAppearance"/> method to reset this property to its default value.</p>
  3166. </remarks>
  3167. </member>
  3168. <member name="M:Infragistics.Win.Ink.UltraPenInputPanel.ResetMaskCharacterAppearance">
  3169. <summary>
  3170. Resets the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.MaskCharacterAppearance"/> property to its default value.
  3171. </summary>
  3172. <remarks>
  3173. <p class="body">Invoke this method to reset the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.MaskCharacterAppearance"/> property to its default value.</p>
  3174. <p class="body">Once this method is invoked, the <see cref="M:Infragistics.Win.Ink.UltraPenInputPanel.ShouldSerializeMaskCharacterAppearance"/> method will return False until the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.MaskCharacterAppearance"/> property is set again.</p>
  3175. </remarks>
  3176. </member>
  3177. <member name="M:Infragistics.Win.Ink.UltraPenInputPanel.ShouldSerializePenPressureIgnored">
  3178. <summary>
  3179. <p class="body">Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.PenPressureIgnored"/> property is set to its default value.</p>
  3180. </summary>
  3181. <remarks>
  3182. <p class="body">Returns True if the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.PenPressureIgnored"/> property is not set to its default value; otherwise, it returns False.</p>
  3183. <p class="body">Invoke the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ResetPenPressureIgnored"/> method to reset this property to its default value.</p>
  3184. </remarks>
  3185. <seealso cref="P:Infragistics.Win.Ink.UltraPenInputPanel.PenPressureIgnored"/>
  3186. </member>
  3187. <member name="M:Infragistics.Win.Ink.UltraPenInputPanel.ResetPenPressureIgnored">
  3188. <summary>
  3189. Resets the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.PenPressureIgnored"/> property to its default value.
  3190. </summary>
  3191. <remarks>
  3192. <p class="body">Invoke this method to reset the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.PenPressureIgnored"/> property to its default value.</p>
  3193. <p class="body">Once this method is invoked, the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ShouldSerializePenPressureIgnored"/> method will return False until the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.PenPressureIgnored"/> property is set again.</p>
  3194. </remarks>
  3195. <seealso cref="P:Infragistics.Win.Ink.UltraPenInputPanel.PenPressureIgnored"/>
  3196. </member>
  3197. <member name="M:Infragistics.Win.Ink.UltraPenInputPanel.ShouldSerializePenThickness">
  3198. <summary>
  3199. <p class="body">Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.PenThickness"/> property is set to its default value.</p>
  3200. </summary>
  3201. <remarks>
  3202. <p class="body">Returns True if the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.PenThickness"/> property is not set to its default value; otherwise, it returns False.</p>
  3203. <p class="body">Invoke the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ResetPenThickness"/> method to reset this property to its default value.</p>
  3204. </remarks>
  3205. <seealso cref="P:Infragistics.Win.Ink.UltraPenInputPanel.PenThickness"/>
  3206. </member>
  3207. <member name="M:Infragistics.Win.Ink.UltraPenInputPanel.ResetPenThickness">
  3208. <summary>
  3209. Resets the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.PenThickness"/> property to its default value.
  3210. </summary>
  3211. <remarks>
  3212. <p class="body">Invoke this method to reset the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.PenThickness"/> property to its default value.</p>
  3213. <p class="body">Once this method is invoked, the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ShouldSerializePenThickness"/> method will return False until the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.PenThickness"/> property is set again.</p>
  3214. </remarks>
  3215. <seealso cref="P:Infragistics.Win.Ink.UltraPenInputPanel.PenThickness"/>
  3216. </member>
  3217. <member name="M:Infragistics.Win.Ink.UltraPenInputPanel.ShouldSerializeShowGesturePanel">
  3218. <summary>
  3219. <p class="body">Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.ShowGesturePanel"/> property is set to its default value.</p>
  3220. </summary>
  3221. <remarks>
  3222. <p class="body">Returns True if the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.ShowGesturePanel"/> property is not set to its default value; otherwise, it returns False.</p>
  3223. <p class="body">Invoke the <see cref="M:Infragistics.Win.Ink.UltraPenInputPanel.ResetShowGesturePanel"/> method to reset this property to its default value.</p>
  3224. </remarks>
  3225. <seealso cref="P:Infragistics.Win.Ink.UltraPenInputPanel.ShowGesturePanel"/>
  3226. </member>
  3227. <member name="M:Infragistics.Win.Ink.UltraPenInputPanel.ResetShowGesturePanel">
  3228. <summary>
  3229. Resets the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.ShowGesturePanel"/> property to its default value.
  3230. </summary>
  3231. <remarks>
  3232. <p class="body">Invoke this method to reset the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.ShowGesturePanel"/> property to its default value.</p>
  3233. <p class="body">Once this method is invoked, the <see cref="M:Infragistics.Win.Ink.UltraPenInputPanel.ShouldSerializeShowGesturePanel"/> method will return False until the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.ShowGesturePanel"/> property is set again.</p>
  3234. </remarks>
  3235. <seealso cref="P:Infragistics.Win.Ink.UltraPenInputPanel.ShowGesturePanel"/>
  3236. </member>
  3237. <member name="M:Infragistics.Win.Ink.UltraPenInputPanel.ShouldSerializeTextAreaAppearance">
  3238. <summary>
  3239. <p class="body">Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.TextAreaAppearance"/> property is set to its default value.</p>
  3240. </summary>
  3241. <remarks>
  3242. <p class="body">Returns True if the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.TextAreaAppearance"/> property is not set to its default value; otherwise, it returns False.</p>
  3243. <p class="body">Use this method to determine if an <b>Appearance</b> object has been created and contains data that needs to be serialized.</p>
  3244. <p class="body">Invoke the <see cref="M:Infragistics.Win.Ink.UltraPenInputPanel.ResetTextAreaAppearance"/> method to reset this property to its default value.</p>
  3245. </remarks>
  3246. </member>
  3247. <member name="M:Infragistics.Win.Ink.UltraPenInputPanel.ResetTextAreaAppearance">
  3248. <summary>
  3249. Resets the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.TextAreaAppearance"/> property to its default value.
  3250. </summary>
  3251. <remarks>
  3252. <p class="body">Invoke this method to reset the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.TextAreaAppearance"/> property to its default value.</p>
  3253. <p class="body">Once this method is invoked, the <see cref="M:Infragistics.Win.Ink.UltraPenInputPanel.ShouldSerializeTextAreaAppearance"/> method will return False until the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.TextAreaAppearance"/> property is set again.</p>
  3254. </remarks>
  3255. </member>
  3256. <member name="M:Infragistics.Win.Ink.UltraPenInputPanel.ShouldSerializeTextRecognitionDelay">
  3257. <summary>
  3258. <p class="body">Returns a Boolean value that determines whether the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.TextRecognitionDelay"/> property is set to its default value.</p>
  3259. </summary>
  3260. <remarks>
  3261. <p class="body">Returns True if the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.TextRecognitionDelay"/> property is not set to its default value; otherwise, it returns False.</p>
  3262. <p class="body">Invoke the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ResetTextRecognitionDelay"/> method to reset this property to its default value.</p>
  3263. </remarks>
  3264. <seealso cref="P:Infragistics.Win.Ink.UltraPenInputPanel.TextRecognitionDelay"/>
  3265. </member>
  3266. <member name="M:Infragistics.Win.Ink.UltraPenInputPanel.ResetTextRecognitionDelay">
  3267. <summary>
  3268. Resets the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.TextRecognitionDelay"/> property to its default value.
  3269. </summary>
  3270. <remarks>
  3271. <p class="body">Invoke this method to reset the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.TextRecognitionDelay"/> property to its default value.</p>
  3272. <p class="body">Once this method is invoked, the <see cref="M:Infragistics.Win.Ink.UltraInkProvider.ShouldSerializeTextRecognitionDelay"/> method will return False until the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.TextRecognitionDelay"/> property is set again.</p>
  3273. </remarks>
  3274. <seealso cref="P:Infragistics.Win.Ink.UltraPenInputPanel.TextRecognitionDelay"/>
  3275. </member>
  3276. <member name="P:Infragistics.Win.Ink.UltraPenInputPanel.About">
  3277. <summary>
  3278. Display the about dialog
  3279. </summary>
  3280. </member>
  3281. <member name="P:Infragistics.Win.Ink.UltraPenInputPanel.ActiveMaskCharacterAppearance">
  3282. <summary>
  3283. Returns or sets the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.Appearance"/> object that controls the formatting of the active mask character. Used only when editing text from masked editors using boxed input.
  3284. </summary>
  3285. <remarks>
  3286. <p class="body">The Appearance property of an object is used to associate the object with an Appearance object that will determine its appearance. The Appearance object has properties that control settings such as color, borders, font, transparency, etc. For many of the objects in UltraWinToolbars, you do not set formatting properties directly. Instead, you set the properties of an Appearance object, which controls the formatting of the object it is attached to.</p>
  3287. <p class="body">Note that the properties of an Appearance object can also operate in a hierarchical fashion. Certain properties can be set to a "use default" value, which indicates to the control that the property should take its setting from the object's parent. This functionality is enabled by default, so that unless you specify otherwise, child objects resemble their parents, and formatting set at higher levels of the control hierarchy is inherited by objects lower in the hierarchy.</p>
  3288. </remarks>
  3289. </member>
  3290. <member name="P:Infragistics.Win.Ink.UltraPenInputPanel.HasActiveMaskCharacterAppearance">
  3291. <summary>
  3292. Returns a Boolean value that indicates whether an <see cref="T:Infragistics.Win.AppearanceBase"/> object has been created.
  3293. </summary>
  3294. <remarks>
  3295. <p class="body">Returns True when the Appearance object for the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.ActiveMaskCharacterAppearance"/> property has been created; otherwise, returns False.</p>
  3296. <p class="body">Use this property to determine whether an <see cref="T:Infragistics.Win.AppearanceBase"/> object has been created. Appearance objects in general are not created until the properties associated with them are accessed.</p>
  3297. </remarks>
  3298. </member>
  3299. <member name="P:Infragistics.Win.Ink.UltraPenInputPanel.Appearance">
  3300. <summary>
  3301. Returns or sets the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.Appearance"/> object that controls the object's formatting.
  3302. </summary>
  3303. <remarks>
  3304. <p class="body">The Appearance property of an object is used to associate the object with an Appearance object that will determine its appearance. The Appearance object has properties that control settings such as color, borders, font, transparency, etc. For many of the objects in UltraWinToolbars, you do not set formatting properties directly. Instead, you set the properties of an Appearance object, which controls the formatting of the object it is attached to.</p>
  3305. <p class="body">Note that the properties of an Appearance object can also operate in a hierarchical fashion. Certain properties can be set to a "use default" value, which indicates to the control that the property should take its setting from the object's parent. This functionality is enabled by default, so that unless you specify otherwise, child objects resemble their parents, and formatting set at higher levels of the control hierarchy is inherited by objects lower in the hierarchy.</p>
  3306. </remarks>
  3307. </member>
  3308. <member name="P:Infragistics.Win.Ink.UltraPenInputPanel.HasAppearance">
  3309. <summary>
  3310. Returns a Boolean value that indicates whether an <see cref="T:Infragistics.Win.AppearanceBase"/> object has been created.
  3311. </summary>
  3312. <remarks>
  3313. <p class="body">Returns True when the Appearance object for the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.Appearance"/> property has been created; otherwise, returns False.</p>
  3314. <p class="body">Use this property to determine whether an <see cref="T:Infragistics.Win.AppearanceBase"/> object has been created. Appearance objects in general are not created until the properties associated with them are accessed.</p>
  3315. </remarks>
  3316. </member>
  3317. <member name="P:Infragistics.Win.Ink.UltraPenInputPanel.Appearances">
  3318. <summary>
  3319. Returns a collection of user-created Appearance objects.
  3320. </summary>
  3321. <remarks>
  3322. <p class="body">The Appearance property of an object is used to associate the object with an Appearance object that will determine its appearance. The Appearance object has properties that control settings such as color, borders, font, transparency, etc. For many of the objects in UltraWinToolbars, you do not set formatting properties directly. Instead, you set the properties of an Appearance object, which controls the formatting of the object it is attached to.</p>
  3323. <p class="body">This property is used to hold a collection of Appearance objects.</p>
  3324. </remarks>
  3325. </member>
  3326. <member name="P:Infragistics.Win.Ink.UltraPenInputPanel.GesturePanelAppearance">
  3327. <summary>
  3328. Returns or sets the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.Appearance"/> object that controls the formatting of the GesturePanel.
  3329. </summary>
  3330. <remarks>
  3331. <p class="body">The Appearance property of an object is used to associate the object with an Appearance object that will determine its appearance. The Appearance object has properties that control settings such as color, borders, font, transparency, etc. For many of the objects in UltraWinToolbars, you do not set formatting properties directly. Instead, you set the properties of an Appearance object, which controls the formatting of the object it is attached to.</p>
  3332. <p class="body">Note that the properties of an Appearance object can also operate in a hierarchical fashion. Certain properties can be set to a "use default" value, which indicates to the control that the property should take its setting from the object's parent. This functionality is enabled by default, so that unless you specify otherwise, child objects resemble their parents, and formatting set at higher levels of the control hierarchy is inherited by objects lower in the hierarchy.</p>
  3333. </remarks>
  3334. </member>
  3335. <member name="P:Infragistics.Win.Ink.UltraPenInputPanel.HasGesturePanelAppearance">
  3336. <summary>
  3337. Returns a Boolean value that indicates whether an <see cref="T:Infragistics.Win.AppearanceBase"/> object has been created.
  3338. </summary>
  3339. <remarks>
  3340. <p class="body">Returns True when the Appearance object for the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.GesturePanelAppearance"/> property has been created; otherwise, returns False.</p>
  3341. <p class="body">Use this property to determine whether an <see cref="T:Infragistics.Win.AppearanceBase"/> object has been created. Appearance objects in general are not created until the properties associated with them are accessed.</p>
  3342. </remarks>
  3343. </member>
  3344. <member name="P:Infragistics.Win.Ink.UltraPenInputPanel.InkAreaAppearance">
  3345. <summary>
  3346. Returns or sets the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.Appearance"/> object that controls the formatting of the InkArea.
  3347. </summary>
  3348. <remarks>
  3349. <p class="body">The Appearance property of an object is used to associate the object with an Appearance object that will determine its appearance. The Appearance object has properties that control settings such as color, borders, font, transparency, etc. For many of the objects in UltraWinToolbars, you do not set formatting properties directly. Instead, you set the properties of an Appearance object, which controls the formatting of the object it is attached to.</p>
  3350. <p class="body">Note that the properties of an Appearance object can also operate in a hierarchical fashion. Certain properties can be set to a "use default" value, which indicates to the control that the property should take its setting from the object's parent. This functionality is enabled by default, so that unless you specify otherwise, child objects resemble their parents, and formatting set at higher levels of the control hierarchy is inherited by objects lower in the hierarchy.</p>
  3351. </remarks>
  3352. </member>
  3353. <member name="P:Infragistics.Win.Ink.UltraPenInputPanel.HasInkAreaAppearance">
  3354. <summary>
  3355. Returns a Boolean value that indicates whether an <see cref="T:Infragistics.Win.AppearanceBase"/> object has been created.
  3356. </summary>
  3357. <remarks>
  3358. <p class="body">Returns True when the Appearance object for the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.InkAreaAppearance"/> property has been created; otherwise, returns False.</p>
  3359. <p class="body">Use this property to determine whether an <see cref="T:Infragistics.Win.AppearanceBase"/> object has been created. Appearance objects in general are not created until the properties associated with them are accessed.</p>
  3360. </remarks>
  3361. </member>
  3362. <member name="P:Infragistics.Win.Ink.UltraPenInputPanel.InputMode">
  3363. <summary>
  3364. Returns/sets an enumeration that determines the input mode (Ink or Keyboard) of the UltraPenInputPanel
  3365. </summary>
  3366. </member>
  3367. <member name="P:Infragistics.Win.Ink.UltraPenInputPanel.InputModeSelectable">
  3368. <summary>
  3369. Returns/sets whether the input mode (Ink or Keyboard) can be selected by the user via buttons on the UltraPenInputPanel.
  3370. </summary>
  3371. <remarks>
  3372. <p class="body">If set to true, buttons are displayed on the UltrPenInputPanel to allow the end user to change the InputMode. If false, not buttons are dislayed and the end user cannot change the InputMode.</p>
  3373. </remarks>
  3374. </member>
  3375. <member name="P:Infragistics.Win.Ink.UltraPenInputPanel.InvalidMaskCharacterAppearance">
  3376. <summary>
  3377. Returns or sets the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.Appearance"/> object that controls the formatting of invalid mask characters. Used only when editing text from masked editors using boxed input.
  3378. </summary>
  3379. <remarks>
  3380. <p class="body">The Appearance property of an object is used to associate the object with an Appearance object that will determine its appearance. The Appearance object has properties that control settings such as color, borders, font, transparency, etc. For many of the objects in UltraWinToolbars, you do not set formatting properties directly. Instead, you set the properties of an Appearance object, which controls the formatting of the object it is attached to.</p>
  3381. <p class="body">Note that the properties of an Appearance object can also operate in a hierarchical fashion. Certain properties can be set to a "use default" value, which indicates to the control that the property should take its setting from the object's parent. This functionality is enabled by default, so that unless you specify otherwise, child objects resemble their parents, and formatting set at higher levels of the control hierarchy is inherited by objects lower in the hierarchy.</p>
  3382. </remarks>
  3383. </member>
  3384. <member name="P:Infragistics.Win.Ink.UltraPenInputPanel.HasInvalidMaskCharacterAppearance">
  3385. <summary>
  3386. Returns a Boolean value that indicates whether an <see cref="T:Infragistics.Win.AppearanceBase"/> object has been created.
  3387. </summary>
  3388. <remarks>
  3389. <p class="body">Returns True when the Appearance object for the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.InvalidMaskCharacterAppearance"/> property has been created; otherwise, returns False.</p>
  3390. <p class="body">Use this property to determine whether an <see cref="T:Infragistics.Win.AppearanceBase"/> object has been created. Appearance objects in general are not created until the properties associated with them are accessed.</p>
  3391. </remarks>
  3392. </member>
  3393. <member name="P:Infragistics.Win.Ink.UltraPenInputPanel.MaskCharacterAppearance">
  3394. <summary>
  3395. Returns or sets the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.Appearance"/> object that controls the formatting of mask characters. Used only when editing text from masked editors using boxed input.
  3396. </summary>
  3397. <remarks>
  3398. <p class="body">The Appearance property of an object is used to associate the object with an Appearance object that will determine its appearance. The Appearance object has properties that control settings such as color, borders, font, transparency, etc. For many of the objects in UltraWinToolbars, you do not set formatting properties directly. Instead, you set the properties of an Appearance object, which controls the formatting of the object it is attached to.</p>
  3399. <p class="body">Note that the properties of an Appearance object can also operate in a hierarchical fashion. Certain properties can be set to a "use default" value, which indicates to the control that the property should take its setting from the object's parent. This functionality is enabled by default, so that unless you specify otherwise, child objects resemble their parents, and formatting set at higher levels of the control hierarchy is inherited by objects lower in the hierarchy.</p>
  3400. </remarks>
  3401. </member>
  3402. <member name="P:Infragistics.Win.Ink.UltraPenInputPanel.HasMaskCharacterAppearance">
  3403. <summary>
  3404. Returns a Boolean value that indicates whether an <see cref="T:Infragistics.Win.AppearanceBase"/> object has been created.
  3405. </summary>
  3406. <remarks>
  3407. <p class="body">Returns True when the Appearance object for the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.MaskCharacterAppearance"/> property has been created; otherwise, returns False.</p>
  3408. <p class="body">Use this property to determine whether an <see cref="T:Infragistics.Win.AppearanceBase"/> object has been created. Appearance objects in general are not created until the properties associated with them are accessed.</p>
  3409. </remarks>
  3410. </member>
  3411. <member name="P:Infragistics.Win.Ink.UltraPenInputPanel.PenPressureIgnored">
  3412. <summary>
  3413. Returns/sets a value that determines whether pen pressure is reflected in the rendering of ink strokes.
  3414. </summary>
  3415. </member>
  3416. <member name="P:Infragistics.Win.Ink.UltraPenInputPanel.PenThickness">
  3417. <summary>
  3418. Returns/sets a value that determines the thickness used (in pixels) when drawing pen strokes.
  3419. Valid values range from 1 to 20 pixels.
  3420. </summary>
  3421. </member>
  3422. <member name="P:Infragistics.Win.Ink.UltraPenInputPanel.ShowGesturePanel">
  3423. <summary>
  3424. Returns/sets whether the GesturePanel is shown. The GesturePanel allows entry of application gestures to perform various editing functions.
  3425. </summary>
  3426. <remarks>
  3427. <p class="body">If set to true, a panel is displayed in the ink area that allows the user to enter gestures with the pen to control editing of the text.</p>
  3428. </remarks>
  3429. </member>
  3430. <member name="P:Infragistics.Win.Ink.UltraPenInputPanel.TextAreaAppearance">
  3431. <summary>
  3432. Returns or sets the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.Appearance"/> object that controls the formatting of the TextArea.
  3433. </summary>
  3434. <remarks>
  3435. <p class="body">The Appearance property of an object is used to associate the object with an Appearance object that will determine its appearance. The Appearance object has properties that control settings such as color, borders, font, transparency, etc. For many of the objects in UltraWinToolbars, you do not set formatting properties directly. Instead, you set the properties of an Appearance object, which controls the formatting of the object it is attached to.</p>
  3436. <p class="body">Note that the properties of an Appearance object can also operate in a hierarchical fashion. Certain properties can be set to a "use default" value, which indicates to the control that the property should take its setting from the object's parent. This functionality is enabled by default, so that unless you specify otherwise, child objects resemble their parents, and formatting set at higher levels of the control hierarchy is inherited by objects lower in the hierarchy.</p>
  3437. </remarks>
  3438. </member>
  3439. <member name="P:Infragistics.Win.Ink.UltraPenInputPanel.HasTextAreaAppearance">
  3440. <summary>
  3441. Returns a Boolean value that indicates whether an <see cref="T:Infragistics.Win.AppearanceBase"/> object has been created.
  3442. </summary>
  3443. <remarks>
  3444. <p class="body">Returns True when the Appearance object for the <see cref="P:Infragistics.Win.Ink.UltraPenInputPanel.TextAreaAppearance"/> property has been created; otherwise, returns False.</p>
  3445. <p class="body">Use this property to determine whether an <see cref="T:Infragistics.Win.AppearanceBase"/> object has been created. Appearance objects in general are not created until the properties associated with them are accessed.</p>
  3446. </remarks>
  3447. </member>
  3448. <member name="P:Infragistics.Win.Ink.UltraPenInputPanel.TextRecognitionDelay">
  3449. <summary>
  3450. Returns/sets a value that determines the delay (in milliseconds) between the last stroke entered and the start of the text recognition process.
  3451. Valid values range from 300 to 10000 milliseconds.
  3452. </summary>
  3453. </member>
  3454. <member name="T:Infragistics.Win.Ink.UltraPenInputPanelInternal">
  3455. <summary>
  3456. UltraPenInputPanelInternal is an internal class derived from abstract base class UltraPenInputPanelBase.
  3457. It is used by the UltraInkProvider to provide pen editing servives and is displayed in a popup window.
  3458. It does not expose its key properties publicly. It calls off to the UltraInkProvider to provide values
  3459. for its key properties (e.g., Appearance, InputMode etc.)
  3460. </summary>
  3461. </member>
  3462. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelInternal.#ctor(Infragistics.Win.Ink.UltraInkProvider)">
  3463. <summary>
  3464. Constructor
  3465. </summary>
  3466. </member>
  3467. <member name="T:Infragistics.Win.Ink.UltraPenInputPanelUIElement">
  3468. <summary>
  3469. Summary description for UltraPenInputPanelUIElement.
  3470. </summary>
  3471. </member>
  3472. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelUIElement.DrawBorders(Infragistics.Win.UIElementDrawParams@)">
  3473. <summary>
  3474. Draws the element's borders.
  3475. </summary>
  3476. <param name="drawParams">The <see cref="T:Infragistics.Win.UIElementDrawParams"/> used to provide rendering information.</param>
  3477. </member>
  3478. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelUIElement.InitAppearance(Infragistics.Win.AppearanceData@,Infragistics.Win.AppearancePropFlags@)">
  3479. <summary>
  3480. Initializes the appearance for the element.
  3481. </summary>
  3482. <param name="appearance">The appearance structure to initialize.</param>
  3483. <param name="requestedProps">The appearance properties to resolve.</param>
  3484. </member>
  3485. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelUIElement.OnVerifyChildElementsComplete(Infragistics.Win.UIElement,System.Boolean)">
  3486. <summary>
  3487. Gets called when any verification process of contained elements completes
  3488. </summary>
  3489. <param name="verifiedElement">The highest level element which began verifying its elements.</param>
  3490. <param name="recursive">True if the element's children were recursively verified; False if only the specified element was verified.</param>
  3491. </member>
  3492. <member name="M:Infragistics.Win.Ink.UltraPenInputPanelUIElement.PositionChildElements">
  3493. <summary>
  3494. Creates/verifies the child UI elements for the control.
  3495. </summary>
  3496. </member>
  3497. <member name="P:Infragistics.Win.Ink.UltraPenInputPanelUIElement.BorderStyle">
  3498. <summary>
  3499. Returns the appropriate border style.
  3500. </summary>
  3501. </member>
  3502. <member name="T:Infragistics.Win.Ink.SymbolButtonUIElement">
  3503. <summary>
  3504. Summary description for SymbolButtonUIElement.
  3505. </summary>
  3506. </member>
  3507. <member name="M:Infragistics.Win.Ink.SymbolButtonUIElement.ButtonClick">
  3508. <summary>
  3509. Invoked when the button has been clicked.
  3510. </summary>
  3511. <returns>True to prevent the base implementation from being invoked.</returns>
  3512. </member>
  3513. <member name="M:Infragistics.Win.Ink.SymbolButtonUIElement.InitAppearance(Infragistics.Win.AppearanceData@,Infragistics.Win.AppearancePropFlags@)">
  3514. <summary>
  3515. Initializes the appearance for the element.
  3516. </summary>
  3517. <param name="appearance">The appearance structure to initialize.</param>
  3518. <param name="requestedProps">The appearance properties to resolve.</param>
  3519. </member>
  3520. <member name="P:Infragistics.Win.Ink.SymbolButtonUIElement.IsAccessibleElement">
  3521. <summary>
  3522. Indicates if the element supports accessibility
  3523. </summary>
  3524. </member>
  3525. <member name="M:Infragistics.Win.Ink.UltraSymbolPad.Dispose(System.Boolean)">
  3526. <summary>
  3527. Releases the unmanaged resources used by the <see cref="T:System.Windows.Forms.Control"/> and its child controls and optionally releases the managed resources.
  3528. </summary>
  3529. <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
  3530. </member>
  3531. <member name="M:Infragistics.Win.Ink.UltraSymbolPad.OnPropertyChanged(Infragistics.Win.PropertyChangedEventArgs)">
  3532. <summary>
  3533. Called when a property or sub object's property value has changed.
  3534. </summary>
  3535. <param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
  3536. </member>
  3537. <member name="M:Infragistics.Win.Ink.UltraSymbolPad.OnSubObjectPropChanged(Infragistics.Shared.PropChangeInfo)">
  3538. <summary>
  3539. Called when a property has changed on a sub object.
  3540. </summary>
  3541. <remarks>
  3542. <p class="body"><b>OnPropertyChanged</b> will also be called.</p>
  3543. </remarks>
  3544. </member>
  3545. <member name="M:Infragistics.Win.Ink.UltraSymbolPad.CreateAccessibilityInstance">
  3546. <summary>
  3547. Creates a new accessibility object for the control.
  3548. </summary>
  3549. <returns>A new accessibility object for the control.</returns>
  3550. </member>
  3551. <member name="M:Infragistics.Win.Ink.UltraSymbolPad.CreateAccessibilityInstance(Infragistics.Win.UIElement)">
  3552. <summary>
  3553. Creates a new accessibility object for the specified child element.
  3554. </summary>
  3555. <returns>A new accessibility object for the control.</returns>
  3556. </member>
  3557. <member name="P:Infragistics.Win.Ink.UltraSymbolPad.ControlUIElement">
  3558. <summary>
  3559. Returns the main element
  3560. </summary>
  3561. </member>
  3562. <member name="P:Infragistics.Win.Ink.UltraSymbolPad.SubObjectPropChangeHandler">
  3563. <summary>
  3564. Returns the event handler that notifies OnSubObjectPropChanged
  3565. </summary>
  3566. </member>
  3567. <member name="P:Infragistics.Win.Ink.UltraSymbolPad.Infragistics#Win#IImageListProvider#ImageList">
  3568. <summary>
  3569. Returns null.
  3570. </summary>
  3571. </member>
  3572. <member name="M:Infragistics.Win.Ink.UltraSymbolPad.SymbolButtonClickEventArgs.#ctor(System.String)">
  3573. <summary>
  3574. Constructor
  3575. </summary>
  3576. </member>
  3577. <member name="M:Infragistics.Win.Ink.UltraSymbolPad.UltraSymbolPadAccessibleObject.GetChild(System.Int32)">
  3578. <summary>
  3579. Retrieves the accessible child corresponding to the specified index
  3580. </summary>
  3581. <param name="index">The zero-based index of the accessible child</param>
  3582. <returns>An AccessibleObject that represents the accessible child corresponding to the specified index</returns>
  3583. </member>
  3584. <member name="M:Infragistics.Win.Ink.UltraSymbolPad.UltraSymbolPadAccessibleObject.GetChildCount">
  3585. <summary>
  3586. Retrieves the number of children belonging to an accessible object.
  3587. </summary>
  3588. <returns>The number of children belonging to an accessible object.</returns>
  3589. </member>
  3590. <member name="P:Infragistics.Win.Ink.UltraSymbolPad.UltraSymbolPadAccessibleObject.Role">
  3591. <summary>
  3592. Returns the role of the accessible object.
  3593. </summary>
  3594. </member>
  3595. <member name="T:Infragistics.Win.Ink.UltraSymbolPadUIElement">
  3596. <summary>
  3597. Summary description for UltraSymbolPadUIElement.
  3598. </summary>
  3599. </member>
  3600. <member name="M:Infragistics.Win.Ink.UltraSymbolPadUIElement.InitAppearance(Infragistics.Win.AppearanceData@,Infragistics.Win.AppearancePropFlags@)">
  3601. <summary>
  3602. Initializes the appearance for the element.
  3603. </summary>
  3604. <param name="appearance">The appearance structure to initialize.</param>
  3605. <param name="requestedProps">The appearance properties to resolve.</param>
  3606. </member>
  3607. <member name="M:Infragistics.Win.Ink.UltraSymbolPadUIElement.PositionChildElements">
  3608. <summary>
  3609. Creates/verifies the child UI elements for the control.
  3610. </summary>
  3611. </member>
  3612. <member name="P:Infragistics.Win.Ink.UltraSymbolPadUIElement.BorderStyle">
  3613. <summary>
  3614. Returns the appropriate border style.
  3615. </summary>
  3616. </member>
  3617. </members>
  3618. </doc>