X
X

0085 Oil Industry Icons image

Embed this Art into your website:
1. Select a size,
2. Copy the HTML from the code box,
3. Paste the HTML into your website.
<!-- Size: 140 px -- >
<a href="/cliparts/f/2/8/c/136984644720362568080085-oil-industry-icons-th.png"><img src="/cliparts/f/2/8/c/136984644720362568080085-oil-industry-icons-th.png" alt='0085 Oil Industry Icons image'/></a>
<!-- Size: 340 px -- >
<a href="/cliparts/f/2/8/c/136984644720362568080085-oil-industry-icons-md.png"><img src="/cliparts/f/2/8/c/136984644720362568080085-oil-industry-icons-md.png" alt='0085 Oil Industry Icons image'/></a>
<!-- Size: 640 px -- >
<a href="/cliparts/f/2/8/c/136984644720362568080085-oil-industry-icons-hi.png"><img src="/cliparts/f/2/8/c/136984644720362568080085-oil-industry-icons-hi.png" alt='0085 Oil Industry Icons image'/></a>

Derivatives & Responses

More

Shared By: Michael Bromwich 05-29-2013

0085 Oil Industry Icons Image
Rating:

Click Stars To Rate

Download this image as:

PNG
small
medium
large

Tags

Description

Actipro SyntaxEditor - Silverlight syntax-highlighting code editor control Cart Not logged in Log In Register Forgot Password Resend Validation E-mail Products WPF Controls WinRT Controls Silverlight Controls WinForms Controls ASP.NET Controls Code Writer App Icons Download Evaluations Freeware Online Demos Purchase Shopping Cart Price Lists Sales FAQ Support My Account Support Tickets Knowledge Base Consulting Services Community Blog Twitter Page Discussion Forums Polls WPFpedia Company About Us Contact Us Policies Our Customers Testimonials News Room Media Kit Careers SyntaxEditor for Silverlight The most robust syntax-highlighting code editor control for Silverlight... period Online Demo Download Buy Now Learn More Product Overview Editing and Visualization Documents and Languages Add-ons Latest Release Supported Environments Silverlight 5 or later Expression Blend Other Notes Source Code Available Bundled in Silverlight Studio Resources Silverlight Blog Entries Discussion Forums More Silverlight Controls Additional Benefits Thorough Documentation Help topics cover all controls and product features in great detail. Numerous Samples Many full-source demos and QuickStarts are included. Designer Functionality Configure the product using Visual Studio and Expression Blend designer enhancements. Rock Solid Code All pre-obfuscated code is scanned by the VS Code Analysis tool, and warnings resolved. Editing and Visualization SyntaxEditor is a syntax-highlighting code editor control that allows you to bring a Visual Studio-like code editing experience into your own applications. You'll find a wealth of editing and visualization features right out of the box. Syntax Highlighting and Themes Highlighting styles can be completely customized by the end user for each code language. Advanced Editing Capabilities SyntaxEditor has all the advanced editing capabilities you'd expect to find in a premium code editor, such as: Unlimited undo/redo, with operation grouping Block indent/outdent Line numbers Visible whitespace Line modification marks Block (rectangular) selection Delimiter (bracket) highlighting Current line highlighting Mouse wheel zooming Clipboard operations Default context menu Macro recording and playback Unicode editing support Line modification marks, block selection, visible whitespace, and a scrollbar tray button IntelliPrompt Completion List The completion list popup is used to display a number of code completion options to the end user, Completion lists support a powerful filtering mechanism that can display tabs and/or buttons to show/hide items that meet certain criteria. They include numerous matching algorithm options, including some that allow you to make matches just by typing any characters in the item text. Custom matching algorithms can be developed. Parameter Info IntelliPrompt parameter info displays helpful popup hints about an invocation that is being typed, and its parameters. Multiple invocation overloads can be displayed in a single popup, using arrow keys to toggle between them. They support any type of content, however the most appealing way to add content is to use our mini-HTML markup language that applies rich formatting to the displayed text. Parameter info displayed for a VB function call Quick Info Quick info tips can be used to give more information about what is at the current caret location or under the mouse. Just like parameter info, they support any type of content including our special markup language. Quick info displayed for an XML attribute Code Snippets IntelliPrompt code snippets provide a way to insert pre-defined fragments of text into the editor. A popup mechanism is included for selecting from available code snippets. The code snippet selection session popup Each code snippet can declare multiple fields of text, and when a code snippet template session is activated in SyntaxEditor, the text is inserted and the end user can tab between the fields to edit their values. An active code snippet template session Any code snippets designed for Visual Studio can be loaded into SyntaxEditor since the file formats are the same. Navigable Symbols A NavigableSymbolSelector control is included that provides two side-by-side drop-downs similar to the type/member drop-downs above the code editor in Visual Studio. One drop-down shows all available root symbols (generally types), and the other shows all available member symbols within the currently selected root symbol. As the caret in a bound SyntaxEditor instance is moved, the selections in the NavigableSymbolSelector update to indicate the enclosing symbols (types/members). The end user can also select a different symbol from the drop-downs to navigate directly to the related symbol declaration. Code Outlining (Folding) SyntaxEditor has complete support for code outlining, also known as code folding. Syntax languages can automatically choose where to create outlining nodes (based on tokens, AST's, etc.) or the end user can choose to create outlining nodes via selected text. When a node is collapsed, a customizable text adornment denotes where the collapsed node is. Hover the mouse over the adornment to see the collapsed node's text. The outlining margin renders the outlining node hierarchy and allows for easy toggling of outlining node expansion. Hover over expanded nodes in the outlining margin to see a highlight indicating the node's line range. Single-Line Edit Mode SyntaxEditor supports a single-line mode that renders just like a regular TextBox. This enables you to have a simple TextBox but with all the syntax-highlighting, selection, IntelliPrompt and other features that make SyntaxEditor great for editing code. A SyntaxEditor in single-line edit mode, editing a HTML snippet Adornments A powerful adornment layer system allows for any sort of custom UI elements (images, shapes, and even controls) to be added anywhere within the text area. Animation is fully supported. Adornment layers can be set to appear before or after built-in layers, such as behind the selection, etc. Easily add squiggle lines, background highlights, or any other decoration to text. Color preview adornments that render CSS colors under the actual color specification A special kind of adornments called intra-text adornments embed themselves in-line with the text by reserving space and the text formatter adjusts the surrounding text to flow around the reserved space where the adornments render. Embed any sort of element, even popup buttons, directly in-line with text Indicators Indicators are special 'tagged' regions of text that display a glyph in the indicator margin and optionally highlight the text range with special styles. Text range-based indicators (like breakpoints) flow and resize with text as edits are made to the document. Line-based indicators (like bookmarks) apply to and track a single document line. The built-in breakpoint and current statement indicators Built-in bookmark, breakpoint, and current statement indicators are included. Custom indicators can be easily created as well. Margins While the SyntaxEditor editor views have numerous built-in margins (line number, outlining, ruler, etc.), SyntaxEditor offers an extensibility point where custom margins can be created and added to editor views in any location. EditorSearchView control Searching (Find/Replace) General Search Functionality All of the standard find/replace options are available, such as match case, match whole word, search up, multiple search pattern providers (regular expressions, etc.), scope options, etc. Regular expression searches return captures and support substitutions. Search Pattern Providers Search pattern providers describe the format in which find and replace text can be entered when doing searches. SyntaxEditor includes normal, regular expression, wildcard, acronym, and shorthand providers but it's easy for you to build your own custom ones as well. EditorSearchView Control An EditorSearchView control is included that implements a complete find/replace user interface, similar to the one found in Visual Studio. Printing Dialogs and Options The display of a Print dialog is as easy as a simple method call. SyntaxEditor includes a number of settings that affect printouts only, and not the editor views. Margins Built-in margins include document title, line number, and page number margins. It's easy to create a custom margin and insert it anywhere in a printed page. Products WPF Controls WinRT Controls Silverlight Controls WinForms Controls ASP.NET Controls Code Writer App Icons Download Evaluations Freeware Online Demos Purchase Shopping Cart Price Lists Sales FAQ Support My Account Support Tickets Knowledge Base Consulting Services Community Blog Twitter Page Discussion Forums Polls WPFpedia Company About Us Our Customers Testimonials News Room Media Kit Careers Contact Us return false;

Comments

Similar Clipart

More

Clipart For:

PEOPLE GOT HERE BY SEARCHING:

Clker.com is owned by Rolera LLC, 2270 Route 30, Oswego, IL 60543 support\at\clker\dot\com